This is an API that connects to a postgres database more here
Please follow the instructions on the datalayer repo to run the database locally.
This api runs on port 3000
To run this project it is required to have Docker installed.
Run the following command on the root folder
docker compose up -d
API should be accesible via localhost:3000
Returns all States for USA.
Returns one specific state filtered by stateName
.
Returns all counties for an specific state filtered by stateName
.
Returns one specific county filtered by countyName
and stateName
.