An open API service indexing awesome lists of open source software.

https://github.com/tydev01/full-crud-with-fastapi

A Student management system with FASTAPi
https://github.com/tydev01/full-crud-with-fastapi

fastapi orm postgres postman pydantic pyscopg2 python3 sqlalchemy sqlalchemy-orm

Last synced: 11 months ago
JSON representation

A Student management system with FASTAPi

Awesome Lists containing this project

README

          

# A Basic Student management system
## Allows each user to have unique student ID (Reg Number)




### To start the application,
move into the app folder with cd app
run pip install -r requirements.txt (To install the neccessary packages)


start the app with


'fastapi dev main.py'