/todo-backend-aiohttp

simple todo api with python and mongodb - university project

Primary LanguagePython

Todo Backend

This is a todo backend build with python aiohttp and mongodb.

Requirements

Getting Started

Change working dir to this directory and start the docker containers with the following command:

docker-container up

The backend will now run on port 8080. To change the port, edit the docker-compose.yml file.