Skip to content

brilliantfantastic/pipeline-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeship Status for brilliantfantastic/pipeline-api

pipeline api / A simple way to plan your work week


DESCRIPTION

The pipeline api is the backend for the pipeline client application.

INSTALLATION

Clone the repository

git clone git@github.com:brilliantfantastic/pipeline-api.git

Install gem dependencies

bundle install

Setup your database

The development database is a SQLite database.

Create the databases by loading the schema and seed the database:

rake db:create:all
rake db:migrate
rake db:test:prepare
rake db:seed

Run your tests

bundle exec rake test

Run your server:

bundle exec rails s

About

An API for planning your work week

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages