- This is the source code of The Admission and Counselling Portal for Maharaja Agrasen Institute of Technology made by me and Aman Sharma under the guidance of CSE department, MAIT during July-August 2023..
- If you are an Admin , please refer to the admin-docs.html file in the root directory of the project for an oversight on how to use the project.
- If you are a developer who would like to contribute , please refer the documentation below.
Clone the project repository :
git clone https://github.com/singhchanmeet/CounsellingFormMAIMS.git
Navigate to the project directory and run the command :
pip install -r requirements.txt
Replace the DATABASES setting in settings.py file and then run the following commands
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Go to http://127.0.0.1:8000/ to see the running project