Skip to content

joshidevanshi/MSC_MaritimeChallenge

 
 

Repository files navigation

MSC Maritime Digital Challenge

Challenge Statement- Use gamification to develop an interactive and engaging learning platform to on board new hires and existing employees taking on new roles.

Contributors

  • Ankita Parashar
  • Chirag Shivakumar
  • Devanshi Joshi
  • Suthar Prachi Jayesh

Run Server

  • 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.

About

MSC Website as of 12th Nov

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 87.6%
  • CSS 12.2%
  • Other 0.2%