Skip to content

alexmerser/workplace_with_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workplace

Workplace SaaS Suite will be live on workplace.is

#DEVELOPMENT NOTES

Functions and Models documets are suggestions for development. Please modify as you wish.

Architecture simply shows how different apps use API within Workplace to speak to each other.

How To Run

  1. install virtualenv by pip install virtualenv
  2. Use virtualenv to setup the virtual development enviroment, virtualenv .
  3. clone the code: git clone url
  4. pip install -r docs/requirement.txt
  5. python runserver.py
  6. open browser to http://127.0.0.1:5000

Deployment

  1. http://www.workplace.is