A Python Backend Only blogging API. Created with FastAPI.
Use the package manager pip to install dependencies.
pip install -r requirements.txtFor documentation, go to http://localhost:{YourPortNumber}/docs
Enter:
uvicorn app.main:appon the root directory.