To set up and run the project, follow these steps:
- Copy the environment configuration files:
cp .env.example .env cp .env.example .env.dev
- Start the project using Docker:
docker compose up
- Wait a few minutes for the build process to complete.
- Once the project is running, open localhost:3000/docs to access the Swagger API documentation.
- If you prefer using Postman, import the
docs-json.json
file.
- If you prefer using Postman, import the
- Install dependencies:
pnpm install
- Run tests:
pnpm test
- Run end-to-end (E2E) tests:
pnpm test:e2e