/bachelor-defense-scheduler

Schedule bachelors for MET students

Primary LanguageJavaScript

bachelor-defense-scheduler

Instalation

cd r*
npm install
npm install react-scripts
cd ..
cd d*
pip install - r requirements.txt
cd ..

Running

use the exe
Or run manually by writting the following commands :

cd d*
py manage.py runserver

Now in another terminal

cd r*
npm start