gangsterveggies / math-submission-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

math-submission-service

Setup

Use Python 3

First create a virtual environment and activate it

$ python -m venv venv
$ source venv/bin/activate

Install dependencies with

$ pip install -r requirements.txt

Setup the database with

$ flask db upgrade

Develop

Run app with

$ flask run

Access it on localhost

Test Setup

To setup a debug environment run the following

$ flask setup-debug

Add New Dependencies

# install em with pip in the venv
$ pip freeze --local > requirements.txt

About

License:GNU General Public License v3.0


Languages

Language:Python 69.7%Language:HTML 28.2%Language:Mako 1.5%Language:CSS 0.4%Language:Shell 0.1%