Skip to content

columby/api.columby.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API for columby.com

About

This is the backend for columby.com.

Technology used

The Columby API is built with the following great (open source) technology:

Workflow

Development - Staging - Production
All development and pull-requests are handled in the development branch.
Wercker is used to build and deploy automatically when new code is pushed to a branch.

Development

To run the API locally, use gulp to start the process. A configuration file at /server/config/env.js is required with the proper environment variables.

gulp serve

Staging / Production

Create a production version with Gulp:

gulp build

Serve ./dist/server/server.js using gulp, or the columby-api upstart process.

pm2 start

Contact

Email: [email protected]
Github: Github issues