Skip to content

colingalindo/cs3398Server

Repository files navigation

installing:

make sure devDependencies are installed globally.

run "npm install" to install javascript dependencies.

run "pip3 install -r requirements" to install python dependencies.

running a server

enable python virtual environment: source env/bin/activate

python server: python3 innovationday.py

javascript compiler: watchify -v -t reactify innovationday.react.js -o static/js/bundle.js

useful links

http://flask.pocoo.org/docs/0.10/

http://docs.sqlalchemy.org/en/rel_0_9/

build status

Build Status

About

Server for our cs3398Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages