Skip to content

NUSComputingDev/gfp

Repository files navigation

NUS SoC GFP

Build Status

This is a repository for the NUS School of Computing Graduate Farewell Party (GFP) system

Installation

Requirements

  • Python 3 (2.7 is OK, but may cause problems)
  • Django 1.9.2

Development

Install all dependencies using pip:

$ pip install -r requirements.txt

Optional: You may find it convenient to install the dependencies in a virtualenv, to prevent any conflicts.

Just run the following commands

$ manage.py migrate
$ manage.py runserver

Your website will now be running on localhost:8000

Production

As the code is not yet production-ready, there are currently no instructions to set up a production-ready server.

About

Grad Farewell Party - Complete App. Includes the landing page for event publicity and the game management app for the night itself (obsolete)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors