Skip to content

Group project for CSC 473 Web Dev at CCNY, Fall 2015

Notifications You must be signed in to change notification settings

stephanlin/adventure-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requirements.txt: Dependencies which you need to install in your computer. run following command in terminal

pip install -r requirements.txt

PostgresSQL: Go to http://www.postgresql.org/ to download postgresSQL

Initial data is saved in a folder named fixtures in each app(eg. coreapp/fixtures/coreapp.json)

run following command in terminal to import data to database

python manage.py loaddata coreapp.json map.json

Our site link is https://adventuregame.herokuapp.com

About

Group project for CSC 473 Web Dev at CCNY, Fall 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published