Challenge Statement- Use gamification to develop an interactive and engaging learning platform to on board new hires and existing employees taking on new roles.
- Ankita Parashar
- Chirag Shivakumar
- Devanshi Joshi
- Suthar Prachi Jayesh
- Step 1: Clone
$ git clone https://github.com/chiragshiva99/MSC_MaritimeChallenge.git
- Step 2: Create virtual environment and install
requirements.txt
$ cd marineproject
$ python -m venv virtenv
for Mac
$ source virtenv/bin/activate
for Windows
> virtenv/bin/activate
$ python -m pip install -U --force-reinstall -r requirements.txt
- Step 3: Run Server
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
-Step 4: Open this link [http://127.0.0.1:8000/
] to access our webpage
To stop the web app type CTRL+C
.