Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yutingcxiang/invest_2

A Rails and Javascript platform for investors to track and share their investments.
https://github.com/yutingcxiang/invest_2

ajax api javascript jquery ruby ruby-application ruby-on-rails

Last synced: 28 days ago
JSON representation

A Rails and Javascript platform for investors to track and share their investments.

Awesome Lists containing this project

README

        

## i.nvest

A platform for investors to share their investments. Track and share your funds and trades in one place or view other portfolios and top trades for your next investment idea.

Sign up through the site or using your Google account to begin.

## Demo

![i.nvest demo](https://media.giphy.com/media/YV59B1eyIshp342Qgc/giphy.gif)

Site: https://invest2-app.herokuapp.com/

## Installation

Fork and clone this repo.

Navigate to its location:

$ cd i.nvest_2

Update gems:

$ bundle install

Set up the database:

$ rake db:migrate

Seed the database:

$ rake db:seed

Boot up the server:

$ rails s

Enter the url in your browser:

$ http://localhost:3000/

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/yutingcxiang/invest_2. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

This application is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).