Skip to content

Name application exercise for my Solita dev academy application :)

Notifications You must be signed in to change notification settings

ninopenttinen/Solita-Name-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solita Name Application

Installation

Run "docker-compose up --build" at the project root.

How it works

Name data is stored on a PostgreSQL database.
The project backend has the following API endpoints:

1. GET /api/names

  • Returns all names

2. GET /api/names?orderBy={param}

  • Returns all names ordered by name or amount

3. GET /api/names?name={param}

  • Returns one name that matches given parameter

4. GET /api/names/total

  • Returns the total amount of all names

These endpoints are called when user clicks the buttons below the header.

Feature showcase

Sorting by popularity

alt text

Sorting alphabetically

alt text

Total amount

alt text

Search by name

alt text

About

Name application exercise for my Solita dev academy application :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published