Skip to content

mmgajda/IS421backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IS421backend utilizes the following:

  • FastAPI
  • SQLite DB
  • SQLAlchemy
  • pydantic
  • Alembic

To run:

  • pip install -r requirements.txt
  • python3 -m uvicorn main.app:app --host 127.0.0.1 --port 8000
  • navigate to 127.0.0.1/8000/events/ for db or 127.0.0.1/8000/docs to see routes, etc.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors