Skip to content

fiennyangeln/cz2006-schoolpedia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schoolpedia

Schoolpedia is an app to help students to find schools easier
This is a group project for CZ2006 in NTU

Project Description

The project source code can be found on src/ folder The project deliverables can be found on deliverables/ folder

How to start

  1. You need to finish the django tutorial https://www.djangoproject.com/
  2. Install a virtualenv for this project virtualenv venv
  3. Use the virtualenv source venv/bin/activate for LINUX/MAC, for WINDOWS use venv/Scripts/activate
  4. install the requirements: pip install -r requirements.txt
  5. Go to src/ folder and do initial migration by using python manage.py migrate
  6. Start the server using python manage.py runserver

How to test

  1. Use the virtualenv source venv/bin/activate for LINUX/MAC, for WINDOWS use venv/Scripts/activate
  2. install the requirements: pip install -r requirements.txt
  3. Go to src/ folder
  4. to run functional test: python functional_tests.py
  5. to run unit test: python manage.py test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 34.7%
  • CSS 27.4%
  • HTML 19.2%
  • Python 18.7%