Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 442 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 442 Bytes

social-backend api

create a backend api for simple social media use . create user , list user, can create post request and proper authentication

Installation

can use the project by simply install python3 and clone the repository and running the below command in terminal to install all the requirements

pip install -r requirements.txt

to run the application, run this command

uvicorn app.main:app --reload