Notes App is a FastAPI + MongoDB + Bootstrap website for taking notes.
(Work in progress)
In order to install the required packages, please type:
$ pip install fastapi[all] motor
Before starting the Notes App, you need to start the mongodb service (on Ubuntu) by calling the following command:
$ sudo service mongod start
Then you can run the code with the following command:
$ fastapi dev main.py