FastAPI Todo Application
Example of using FastAPI and MangoDB database.
💡
  Prerequisites
⚙️
  Build & Run
- The first thing to do is to clone the repository:
 
$ git clone https://github.com/V1def/fastapi-todo.git
$ cd ukrfans-discord
- Create a virtual environment to install dependencies in and active it:
 
Windows:
$ python -m venv venv
$ .\env\Scripts\activate
macOS and Linux:
$ python3 venv venv
$ source env/bin/activate
- Then install the dependencies:
 
(venv) make install
- Create an 
.envfile in the root directory and add the following values from.env.example: 
# Application debug mode.
APP_DEBUG=false
Use make run to run bot.
⚠️
  License
Copyright © 2021 V1def. Released under the MIT license.