Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

GS-Suite/gs-login

Repository files navigation

Login ~ FastAPI, SQLAlchemy


To run the app

-- pip install pipenv

-- pipenv shell

-- pipenv install

-- uvicorn main:app --reload


API Testing

-- After running the app:


.env.py

-- Contains GS_DATABASE_URL

-- To load the variables:

  • pipenv run pip freeze > .\requirements.txt
  • pipenv install

Alembic

-- Create a new migration: alembic revision --autogenerate -m "<message>"

-- Run migrations: alembic upgrade head

-- Check out the documentation: https://alembic.sqlalchemy.org/en/latest/tutorial.html


About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors