India’s all in one platform for UG students
- Frontend: HTML/CSS/Bootstrap/JS
- Backend: Django
- Fork and Clone the repo using
git clone https://github.com/khannakshat7/InsideUG.git
cd InsideUG
- Install dependencies using
pip install -r requirements.txt
- Make migrations using
python manage.py makemigrations
- Migrate Database
python manage.py migrate
- Create a superuser
python manage.py createsuperuser
- Run server using
python manage.py runserver
Need help? Feel free to contact me @ [email protected]
Made By Akshat Khanna with ❤️