absk1317 / notes

A simple notes taking app, with Ruby on Rails 6 and ruby 2.6.3. Uses jQuery, chosen.js and bootstrap 4 for UI parts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project uses ruby 2.6.3 and rails 6-rc.

To get started:

  1. install the required ruby version
  2. install bundler
  3. run bundle install
  4. run yarn install
  5. edit the database configuration in config/database.yml
  6. run rake db:create db:migrate to set up the database.
  7. run rails server and visit localhost:3000.
  8. You should be good to go from here.!

About

A simple notes taking app, with Ruby on Rails 6 and ruby 2.6.3. Uses jQuery, chosen.js and bootstrap 4 for UI parts


Languages

Language:JavaScript 99.7%Language:CSS 0.2%Language:Ruby 0.1%Language:HTML 0.0%