Skip to content

evgeniy-dammer/todo-rest-api

Repository files navigation

A simple REST API for Todo application

This application is based on the video course by Maxim Zhashkevych

How to run

  • Create .env file at the root of the projects folder and provide a password for the DB_PASSWORD variable inside
  • Run docker-compose up
  • API works on http://localhost:8000

Postman tests

There is a JSON file in projects root folder called todo-rest-api.postman_collection.json. You can import it into Postman to have a collection of request tests.