NAF api created from daily dumps of the database
Create the file .env with your configuration, you can copy env.example
To stand up everything at once you can use the following command
docker-compose up
To stand up the database by itself
docker-compose up postgres
You need to do this to get the new data from the dump (once a day)
docker-compose up fetcher
To stand up the api you can use this command
docker-compose up api
By default the api will be available in http://localhost:3000/api and swagger with all documentation in http://localhost:3000/api/docs