Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

1dog/akita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akita

The backend of http://single.dog

Requirements

  • Ruby 2.1.6 +
  • PostgreSQL 9.3 +

How to development

git clone https://github.com/1dog/akita.git
cd akita
cp config/database{,.yml}
cp config/secrets{,.yml}

emacs config/database.yml   # edit username, password

rake db:create              # create database
rake db:migrate             # sync schema

rails server                # Goto http://localhost:3000

License

© 2015 Single.dog

Released under the MIT license.

About

The backend of http://single.dog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published