All about creating lists and doing the things you can do with those lists
- Ruby 2.4.1+
- Rails 5.1.4+
- PostgreSQL
- NPM 5.3.0+
- Node.js 8.5.0+
- React 16.1.1+
Basic installation on Debian you can use the following documentation: wiki.debian.org/PostgreSql on Ubuntu you can use: help.ubuntu.com/community/PostgreSQL
- Clone this repository
- Run npm install
$ npm install
- Run bundle
$ bundle
- Create db
$ bundle exec rake db:create
- Run migrations
$ bundle exec rake db:migrate
- Run db seed script
$ bundle exec rake db:seed
- Start rails server
$ bundle exec rails s
- Run the test suite
$ bundle exec bin/rails test test