Git Product home page Git Product logo

gymkhana-inventory's Introduction

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

gymkhana-inventory's People

Contributors

anshultilondiya avatar suyashagno3 avatar niharika-2212 avatar neeraj-2 avatar akshayjyani avatar yashviramanuj avatar hardsavani avatar patel-16 avatar bhawna2011 avatar nimit3-droid avatar niharikamanhar avatar bhawnachopra2002 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.