Skip to content

Ashsenior/CourseStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CourseStore

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>/CourseStore

then cd CourseStore

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

then git remote add upstream https://github.com/Ashsenior/CourseStore.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