Skip to content

shulavkarki/OES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

OES

Backend Setup

Clone the Repository

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

``

Activate environment

cd backend
venv\Scripts\activate

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