This is an alternate version of the Scholarship Redressal Prtal
-
Django
-
Bootstrap v5
-
pip
-
pipenv
-
MySQL
-
clone the repo
git clone https://github.com/the-chaos-0/Portal_bootstrap.git -
Create a virtual environment
pipenv shell -
Installing required dependencies
pipenv install djangopipenv install mysqlclientpipenv install django-bootstrap5- Install mysql community server
- Setup the server with password "MyPassword" or Edit settings.py file to setup your password of mysql
- Create a database named Students
-
Run Migrations
python manage.py migrate -
Run server
python manage.py runserver {port number}
-