Skip to content

karydja/organizacao-de-atracao

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

A very simple attraction manager.

Installation

First do the typical bundle install:

bundle install

Rename config/database.yml.example to config/database.yml.

mv config/database.yml.example config/database.yml

You should provide the username and password of your PostgreSQL database, like the example suggests. After that you should create a role with the LOGIN and CREATEDB permissions. See CREATE_ROLE command.

Last but not least, initialize your database.

rake db:create
rake db:migrate
rake db:seed

Finally, you can start your Rails app :)

rails s

Tests

You can run the tests with the basic rspec command:

rspec

License

See LICENSE

About

Organização de atração (Teste)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.6%
  • JavaScript 31.9%
  • Ruby 17.4%
  • HTML 5.1%