Skip to content

jchen2186/turkSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turk System

How to Run Locally

*** Note that we are using Python3 rather than Python2.

  1. Clone this repo
git clone https://github.com/jchen2186/turkSystem.git
  1. Create and use a virtual env
virtualenv .venv
source .venv/bin/activate
  1. Install the requirements
pip3 install -r requirements.txt
  1. Run the development server
python3 routes.py

Updating the Requirements

pip3 freeze > requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published