Noted-FastAPI
Noted-FastAPI copied to clipboard
This is a REST API for a note taking service
Noted-FastAPI
This is a REST API for a note-taking service. This was built to demonstrate how to use FastAPI with Async SQLAlchemy and PostgreSQL Video here
How to run the code
- Create a
DATABASE_URLvariable in a.envfile. This must be a Postgresql database URI. - Install all project requirements from the
requirements.txtfile usingpip install -r requirements.txt - Create the database by running
python create_db - Finally run your server with
uvicorn main:app
Please star this repo