Skip to content

DadImScared/RailsTodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo list

A todo list app made with Ruby on Rails

Installation:

The following is required:

  • Ruby 2.2.2+
  • Ruby DevKit (If on Windows)
  • RubyGems
  • SQLite3
  • Rails 5+

Run

bundle install

Run the project locally:

In the config directory create an application.yml and enter the following key/value pairs:

  • EMAIL_USERNAME: some value
  • EMAIL_PASSWORD: another value
  • MAIL_HOST: example: localhost:3000
  • MAIL_ADDRESS: example: smtp.gmail.com

Create database

rails db:migrate

Start server

rails server

Run tests

rails test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published