Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yutingcxiang/invest_2
- Owner: yutingcxiang
- Created: 2018-10-27T04:45:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T05:16:33.000Z (about 6 years ago)
- Last Synced: 2024-11-08T21:11:58.219Z (3 months ago)
- Topics: ajax, api, javascript, jquery, ruby, ruby-application, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 364 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).