Skip to content

jquan2/time-of-need-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

time-of-need-backend

Infrastructure for the UAF-CS Spring 2016 Time Of Need project.


Build Status

Table of Contents


Installation

# Clone the project
git clone https://github.com/tjslauson/time-of-need-backend.git

# Install virtualenv and set up a virtualenv
cd time-of-need-backend
pip install virtualenv
virtualenv venv
source venv/bin/activate

# Install application stack
pip install -r requirements.txt

Configuration

# Build/seed database
python main.py initialize_db

Usage

Run a development server:

python main.py runserver

Point your browser at localhost:8000

About

Infrastructure for the UAF-CS Spring 2016 Time Of Need project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published