Skip to content

shinoburc/national-holiday-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

national-holiday-api

Manage national holidays and provide web APIs.

national-holiday-api Japanse official site is here.

Requirements

  • rails

  • depend on rails_admin packages

  • PostgreSQL (change yourself easier) sudo apt-get install libpq-dev

Getting Started

  • checkout git clone git://github.com/shinoburc/national-holiday-api.git

  • install gems cd national-holiday-api; bundle install

  • DB Setup rake db:setup

  • Run rails server rails s

  • Go to localhost:3000

default username and password is [email protected]/caladmin. and default seed.rb data is Japanese national holidays.

for heroku

  • checkout git clone git://github.com/shinoburc/national-holiday-api.git

  • cd national-holiday-api; heroku create YOUR_APP_NAME

  • git push heroku master

  • heroku run rake db:setup

  • Go to YOUR_APP_NAME.heroku.com

default username and password is [email protected]/caladmin.

First of all, You have to change admin password in Administration.

APIs

APIs demo

Top page demo

LICENSE

GNU GPLv3.

About

Manage national holidays and provide web APIs using Rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages