Skip to content

AnmolM-777/sso_backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Guide (Backend)

  • Activate the virtual environment

     pipenv shell
    
  • Install the required packages

    pipenv install
    
  • Run the following command to start the server

    uvicorn app.main:app --host localhost --port 8000 --reload
    

Database Migrations

  • Run the following command to create a new migration

    alembic revision --autogenerate -m "migration message"
    
  • Run the following command to apply the migration

    alembic upgrade head
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 97.6%
  • Mako 2.4%