Skip to content

devlup-labs/gymkhana-inventory

Repository files navigation

Gymkhana Inventory

WebApp to manage Gymkhana Inventory

To make contributions to this repo, check out contribution.md

Project Setup

  1. Clone this repository.
    git clone https://github.com/devlup-labs/gymkhana-inventory.git
  2. Make sure Python and pip are installed else install it.
  3. Open up your IDE.
  4. 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)
  5. copy the .env.example file to .env
    cp .env.example .env
  6. Go to backend folder and install all the required libraries in terminal.
    cd backend
    pip install -r requirements.txt
  7. Now migrate the models.
    python manage.py makemigrations
    python manage.py migrate
  8. Create the superuser(Admin).
    python manage.py createsuperuser
  9. Type in following command to run project locally now at http://127.0.0.1:8000/
    python manage.py runserver

Built with

  • Django
  • React js

Collaborators

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