Table of Contents
We redesigned the whole Gymkhana website while working with Students Web Committee IITG
Here's why:
- The website wasn't dynamic and Responsive and a bit outdated
- There was no admin dashboard for senate members to login and add announcements and notices
- Anything to be updated on the website was directly done via the actual codebase hich made it quiet difficult to add Minute meetings and other important things
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
Installing and setting up the app.
- Fork the Repository
- Clone the repo
git clone https://github.com/your-username/SWC-Gymkhana-Portal.git
- Install required packages
pip install -r requirments.txt
- Run a emulated server on your local computer
python manage.py runserver
Go to http://localhost:8000/gymkhana/ in your browser,you can see your local app live.