darwinz / specialist

All about creating lists and doing the things you can do with those lists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpeciaLIST

All about creating lists and doing the things you can do with those lists

Pre-requisites

  • Ruby 2.4.1+
  • Rails 5.1.4+
  • PostgreSQL
  • NPM 5.3.0+
  • Node.js 8.5.0+
  • React 16.1.1+

PostgreSQL installation

Basic installation on Debian you can use the following documentation: wiki.debian.org/PostgreSql on Ubuntu you can use: help.ubuntu.com/community/PostgreSQL

Install / Setup

  • 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

Testing

  • Run the test suite
$ bundle exec bin/rails test test

About

All about creating lists and doing the things you can do with those lists


Languages

Language:Ruby 67.2%Language:HTML 25.2%Language:SCSS 2.8%Language:JavaScript 2.5%Language:CoffeeScript 1.4%Language:CSS 1.0%