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'