User: user@user.com
Password: Abc123456
User: admin@admin.com
Password: Abc123456
(with admin roles)
1.Clone the project
2.Install dependencies
pnpm install
3.Copy .env.example
file and rename it to .env
4.Set up .env file with appropiate environment variables
5.Run postgreSQL database local instance define in docker-compose.yaml
docker-compose up -d
6.Start NestJS server
pnpm run start:dev
7.Execute seed
http://localhost:{{PORT}}/api/seed
8.Ater creating a new user, go to your database and set up admin role for this user. (pending seed or an endpoint to promote users)
9.Enjoy the API in swagger
http://localhost:{{PORT}}/api