- Clone this repository
- Install dependencies
- Install podman [https://podman.io/docs/installation]
- Create an auth0 account [https://auth0.com/]
- Create a new API in auth0
- Create a new SPA in auth0
- and so on.
#podman
docker-compose --env-file ./environments/.env.dev up -d
docker-compose down
# typeOrm
npm run migration:generate .path/to/migration/migrationName
npm run migration:run
# project
npm start:dev
npm start:debug