Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 582 Bytes

File metadata and controls

32 lines (20 loc) · 582 Bytes

PythonAPIProject

A Python Backend Only blogging API. Created with FastAPI.

Installation

Use the package manager pip to install dependencies.

pip install -r requirements.txt

API Documentation

For documentation, go to http://localhost:{YourPortNumber}/docs

Running the application

Enter:

uvicorn app.main:app

on the root directory.

License

MIT

Tutorial from

Sanjeev Thiyagarajan