Authors:
- Kat Cosgrove Git Hub | LinkedIn
- Adam Grandquist Git Hub | LinkedIn
- David Snowberger Git Hub | Linkedin
The Norns is a top-down, turned-based, 90's inspired dungeon crawler. Adventure in style! Find cool weapons only to be slain by... err... and then slay mythical beasts!
This app is written using Python 3.6 using Django, Postgres, HTML, and CSS
-
pip install -r requirments.txt
-
create postgres db
-
set up local environmental variables in your environment
# Project-specific env variables
export SECRET_KEY='<your secret key>'
export DB_NAME='<db name>'
export DB_USER=''
export DB_PASSWORD=''
export DB_HOST='localhost'
- In project directory run:
./manage.py runserver
The server should now be running on localhost:8000
TBD
19 May 2018 - Project Initialized
- Django
- Amazon AWS