Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

StackPointCloud/spc-rest-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPC REST Service

The Setup

First, let's grab the code:

git clone https://github.com/baldwinSPC/spc-rest-service.git

Next, let's get it running:

cd spc-rest-service
mkvirtualenv your_virtual_env_name
pip install -r requirements.txt
python manage.py runserver

Notes

To keep your global environment clean, make sure you use 'workon [project]'

For information on setting up Virtual Environments in Python, visit:

About

Django based REST service for the app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%