git clone url
cd birthdates-api
Be sure you have docker and docker-compose installed on your pc, if not grab it here
- Rename
.env.exampleto.envand update with your custom configs - Login or Create an Auth0 account
- Create an
APIclient from theAPIsection of your Auth0 dashboard - Grab your credentials and update the auth0 section of the
.envfile
docker-compose up -d
The command above starts the app container and services in the background.
To view the app logs, get the container_id with docker ps then docker log -f {container-hash}.
Go to the API section of your dashboard, go to the Test tab and pick your access token to make calls to protected endpoints.
Yass! You are good to go!