FastAPI Todo Application

Example of using FastAPI and MangoDB database.


?
Prerequisites


⚙️
Build & Run

  1. The first thing to do is to clone the repository:

$ git clone https://github.com/V1def/fastapi-todo.git
$ cd ukrfans-discord
  1. 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
  1. Then install the dependencies:

(venv) make install
  1. Create an .env file 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.

Third-party library licenses

GitHub

View Github