Skip to content

harini-jt/ocrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ocrs

online course reservation system - A Django Based Web Portal

Installation

  • Step 1 : Make sure that you're already installed Python 3.x on your system.
  • Step 2 : Open your terminal and then type
mkdir ocrs
cd ocrs
  • Step 3: Type following commands to initialize the git and set remote origin (for updated package in future).
git init
git remote add origin https://github.com/harini-ht/ocrs.git
  • Step 4 : Clone the repo by using following command.
git branch -M main
git pull origin main

DANGER :

  1. Don't use git push command on the main branch.
  2. Use git push origin dev or create your own branch to work on.
  • Step 5 : Type in the terminal the following commands to install the dependencies and start the server
pip install -r requirements.txt
python manage.py runserver 

About

online course reservation system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published