/fastapi-social-backend

a demo backend for social media app using fastapi

Primary LanguagePython

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