/to-do-ajax

Epicodus

Primary LanguageRuby

TO DO APP RAILS

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation In a new terminal, start the postgres server:

$ postgres

Create to_do_test and to_do_development databases

$ rake db:create
$ rake db:migrate
$ rake db:test:prepare
  • How to run the test suite

  • How to start the rails server

Start

$ rails server

View the default page served by navigating to:

localhost:3000
  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...