Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

crazyguitar/cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Status

Build Status codecov.io

How to run the server

# Create python virtualenv
$ virtualenv venv
# Activate virtualenv
$ source venv/bin/activate
# Install requirements of python package
$ pip install -r requirements.txt
# Run the server
$ python app.py
# URL: localhost

How to run the server unit tests

$ python app_test.py