Skip to content

NUKnightLab/piquote

Repository files navigation

Developer info

Getting started

Clone this repository

Create a virtual environment

Activate virtual environment

Install project requirements

pip install -r requirements.txt

Run local Flask development server

python api.py

Code organization

api.py

  • Flask application file

conf

  • staging and production server configs

core

  • settings files for local, staging and production environments
  • settings are imported into api.py

static

  • all static media goes here, e.g. css, js, images, etc

templates

  • Flask templates directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages