git clone https://github.com/shulavkarki/OES.git
``
cd backend
venv\Scripts\activate
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
cd frontend
npm install
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.