Skip to content

ahmedelsherifd/course-community-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone repo

git clone https://github.com/ahmedelsherifd/course-community-fastapi6

Install backend

cd course-community-fastapi6
python -m venv venv
# activate venv in linux
source venv/bin/activate
# install requirements
pip install requirements.txt
# migrate database
alembic upgrade head
# run server
uvicorn app.main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •