GithubHelp home page GithubHelp logo

udyam / udyam22-backend Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 4.0 9.5 MB

Repository for backend of Udyam 22 website

Python 16.74% Shell 0.01% Procfile 0.01% CSS 26.79% JavaScript 52.58% HTML 3.86%

udyam22-backend's Introduction

udyam22-backend

Repository for backend of Udyam 22 website

For starting the project first time :

  1. Clone the repo in which you have to work in your system.
  2. Create or do your work in other branch with relevant name
  3. After completing your work, commit your changes and push them
  4. Create a pull request (PR)

Setting up the project(Backend) :

  1. Initial setup: install virtual environment python -m venv venv activate virtual environment linux:source venv/bin/activate
    windows: ./venv/Scripts/activate

  2. install dependencies pip install -r requirements/dev.txt

  3. apply migrations: python manage.py migrate

  4. Collect static files : python manage.py collectstatic

  5. Start the development server using python manage.py runserver

For Uptading work after some PRs are merged :

  1. Commit your changes (if any)
  2. Pull from the main branch (always)

General Rules :

  1. For APIs, test it with all possible test case, so it will not cause any future problems.
  2. Always inform Yash bhaiya after adding a pull request and get it reviewed by him.

udyam22-backend's People

Contributors

ankur-agrawal-ece20 avatar ayushigupta931 avatar it-is-skywalkerl avatar numberbee7070 avatar pr-mittal avatar rainajain5 avatar suhani97 avatar yashjain715-creater avatar

Forkers

devilzznikhil

udyam22-backend's Issues

loginregister

last_name and first_name should not be compulsory fields because that was not mentioned in the figma design and there is no space to add those fields now.(also those fields were not there in last year's design)

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.