rit-spex / SPEXSite

Website for the RIT Space Exploration Student Faculty research group
5 stars 0 forks source link

SPEX Website

So the intention of this project is to be the webserver/website for the RIT Space Exploration group. We will be using Flask as the webframework and Bootstrap for the styling of the website. This site is deployed using the Openshift Platform.

Technologies used:

Install and Run

For those new to python, read up on virtual environments to create a clean slate to install on.

$ pip install -r ./requirements.txt
$ export FLASK_APP=spex.py
$ flask run