This is a student management system built using Django 4, HTML 5, CSS 3, and Bootstrap 5.
Install the following prerequisites:
From the root directory run:
python -m venv venvFrom the root directory run:
On macOS:
source venv/bin/activateOn Windows:
venv\scripts\activateFrom the root directory run:
pip install -r requirements.txtFrom the root directory run:
python manage.py makemigrationspython manage.py migrateFrom the root directory run:
python manage.py createsuperuserWhen prompted, enter a username, email, and password.
From the root directory run:
python manage.py runserverGo to http://127.0.0.1:8000/ to view the application.
