docker compose build
docker compose up -d
docker compose down
docker exec -it CONTAINER_NAME_OR_ID bash
docker ps
docker ps -a
docker logs CONTAINER_NAME_OR_ID
http://localhost:3000/v1/
http://localhost:3000/v1/docs/
Register
POST /v1/auth/register
after registering update its role to "superuser" and set different flags to true like active, emailVerified etc than use this user for admin login then hit below endpoint to populate countries data.
Create Countries
POST /v1/countries
above endpoint only works with "superadmin" role of registered user