Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 673 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 673 Bytes

📝 Todo List API

NestJS+TypeORM+PostgresDB

Requirements

  • Docker: To run the application in a containerized environment

Getting Started

To get the API up and running, follow these steps:

  1. Clone the repository:

    git clone https://github.com/fcaplak/todo-list-api/
    cd todo-list-api
  2. Create .env file (default values are set for docker postgres connection):

    cp .env.example .env
  3. Start the application using Docker Compose:

    docker-compose up

Accessing the API