NgoJunHaoJason / CZ3003

Software Systems Analysis and Design project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crisis Management System

Nanyang Technological University
School of Computer Science and Engineering

Academic Year 2018-2019 Semester 2

source code for CZ3003 Software Systems Analysis and Design project

How to use xD (for Windows)

  1. Install virtualenv (pip install virtualenv)
  2. Create virtualenv (virtualenv venv)
  3. Go to venv/Scripts (cd venv/Scripts)
  4. Run activate (activate)
  5. Install dependencies (pip install -r requirements.txt) inside django folder not venv folder
  6. python manage.py migrate
  7. Runserver with -> python manage.py runserver

About

Software Systems Analysis and Design project


Languages

Language:HTML 67.0%Language:Python 33.0%