WebApp to manage Gymkhana Inventory
To make contributions to this repo, check out contribution.md
- Clone this repository.
git clone https://github.com/devlup-labs/gymkhana-inventory.git
- Make sure Python and pip are installed else install it.
- Open up your IDE.
- Create a virtual environment and activate it. (For windows use following code)
python -m venv myenv
myenv\Scripts\activate
(for windows)
source env/bin/activate
(for mac) - copy the .env.example file to .env
cp .env.example .env
- Go to backend folder and install all the required libraries in terminal.
cd backend
pip install -r requirements.txt
- Now migrate the models.
python manage.py makemigrations
python manage.py migrate
- Create the superuser(Admin).
python manage.py createsuperuser
- Type in following command to run project locally now at http://127.0.0.1:8000/
python manage.py runserver
- Django
- React js
Name | Year | Role |
---|---|---|
Anshul Tilondiya | Pre-final Year | Mentor |
Yashvi Ramanuj | Pre-final Year | Mentor |
Hard Savani | Sophomore | Develepor |
Bhawna Chopra | Sophomore | Develepor |
Darsh Patel | Sophomore | Develepor |
Dhruv Kakadiya | Sophomore | Develepor |
Suyash Agrnihotri | Sophomore | Develepor |
Neeraj Anand | Sophomore | Develepor |
Sarthak Raj Jindal | Sophomore | Develepor |
Akshay Jyani | Sophomore | Develepor |
Nimit | Sophomore | Develepor |
Niharika Manhar | Freshman | Develepor |