NestJS+TypeORM+PostgresDB
- Docker: To run the application in a containerized environment
To get the API up and running, follow these steps:
-
Clone the repository:
git clone https://github.com/fcaplak/todo-list-api/ cd todo-list-api
-
Create .env file (default values are set for docker postgres connection):
cp .env.example .env
-
Start the application using Docker Compose:
docker-compose up
- URL: http://localhost:3000
- Swagger Documentation (available login with Bearer token): http://localhost:3000/api