- Clone the repository
- Run
npm i
- Create an env file with these credentials:
HOST=xxxx |
USER=xxxx |
PASSWORD=xxxx |
DATABASE=xxxx |
JWT_SECRET=xxxx |
- If docker is not installed click here
- Run
docker compose up --build
- Once the build is successfully created, run
docker compose up
- Project will run on
localhost:3000
- DB will run on
localhost:8080
- Swagger docs can be accessed on
localhost:3000/api-docs/