Skip to content

TYDev01/Full-CRUD-with-FASTAPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'