Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

jaapz/winkel-van-de-toekomst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Boilerplate

This is a boilerplate for Flask apps.

Components

  • Flask
  • Flask-SQLAlchemy
  • Flask-WTForms
  • Flask-Login
  • Pytest

Installation

You will need to set up a virtualenv, activate it and install the requirements.:

virtualenv .env
. ./.env/bin/activate
pip install -r requirements.txt

Server

Running the development server is as easy as:

./server.py

Tests

Tests are written using py.test, run them using:

py.test tests/ -v

About

Eindopdracht thema 4.2 software engineering hanzehogeschool

Resources

Stars

Watchers

Forks

Packages

No packages published