Skip to content

raabin/OES

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

OES

Backend Setup

Clone the Repository

git clone https://github.com/shulavkarki/OES.git

Create Virtual Env

py -m venv <env_name>

Activate environment

<env_name>\Scripts\activate

Install Dependencies

cd Backend
pip install -r requirements.txt

Make Migrations

python manage.py makemigrations
python manage.py migrate

Run

python manage.py runserver

Frontend Setup

Change Directory

cd frontend

Install Dependiencies

npm install

Run

npm start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.2%
  • HTML 1.2%
  • JavaScript 1.0%
  • C 0.9%
  • CSS 0.7%
  • C++ 0.0%