Skip to content

A simple, minimalistic cryptocurrency price tracker built with Ruby on Rails and JavaScript

License

Notifications You must be signed in to change notification settings

alexpotter1/Pretium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pretium

A simple, minimalistic cryptocurrency price tracking web application, built with Ruby on Rails

How to run

  1. Clone the repository with
git clone https://github.com/alexpotter1/Pretium
  1. 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.

  1. Run with Rails
rails server -p 8080
  1. 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

Supporting software used

Several gems and plugins are used in this project to make it possible. Thanks to the devs of these awesome gems and plugins:

And of course:

About

A simple, minimalistic cryptocurrency price tracker built with Ruby on Rails and JavaScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published