git clone https://github.com/shulavkarki/OES.git
py -m venv <env_name>
<env_name>\Scripts\activate
cd Backend
pip install -r requirements.txt
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.