Skip to content

jonstep/ideas-board-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ideas Board API

Assumes:

  • Ruby/rubygems installed and in PATH ('ruby -v' to check ruby, 'gem -v' to check rubygems)
  • Bundler gem installed ('which bundler' to check, 'gem install bundler' to install)

To install/run:

  1. Navigate to ideas-board-api folder

cd ./ideas-board-api

  1. Install padrino and required dependencies

bundle install

  1. Create and migrate the database

padrino rake ar:create && padrino rake ar:migrate

  1. Start padrino server (choose a different port if 4000 in use, add -h X.X.X.X for a different IP)

padrino start -p 4000

  1. Update API_URL variable in ideas-board-app to 'http://localhost:4000'

About

Basic idea board api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages