- Clone the repository with
git clone https://github.com/alexpotter1/Pretium
- Set up database tables according to
db/schema.rb
, using:
rake db:schema:load
Note: Do this rather than running rake db:migrate
; it works better for initial setup.
- Run with Rails
rails server -p 8080
- Check out the app that's now running at
localhost:8080 or 127.0.0.1:8080 or ::1:8080
(depending on ipv4/ipv6 support)
Note: This is not a production quality application
Several gems and plugins are used in this project to make it possible. Thanks to the devs of these awesome gems and plugins:
- Chartkick: github.com/ankane/chartkick
- Groupdate: github.com/ankane/groupdate
- Chart.js: chartjs.org
And of course:
- Ruby on Rails: github.com/rails
- Bootstrap 4: getbootstrap.com