Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 330 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 330 Bytes

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'