Skip to content

mudittt/UniProjects-SIH-22

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIH'2022 Project {UniProjects}

Setting up repo and git bash

first fork this repositry

then create a new folder and open Git Bash in it

then git init

then git clone https://github.com/<username>/UniProjects-SIH-22

then git checkout -b <branchname>/<feature/bug>

then git remote add upstream https://github.com/Ashsenior/UniProjects-SIH-22.git

then git remote add origin https://github.com/<username>/UniProjects-SIH-22.git

then start making changes and make frequent commits

then once made changes git add . git commit -m "message"

Setting the project and running it

first you should have npm & pip installed in your computer

then open this project and open a new terminal

then pip install django djangorestframework

then cd frontend then npm install then npm run dev

then open another terminal in the main project directory

then python manage.py runserver

and go to http://127.0.0.1:8000 in your browser

About

SIH'22 project named uniProjects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.8%
  • Python 42.3%
  • JavaScript 11.2%
  • HTML 0.7%