Waitlistr ROR skill test
Explore the docs �
�
Report Bug
�
Request Feature
Create a Rails application that will pull data from a stock market API (e.g. https://marketstack.com/) from some symbols that must be saved as records. These symbols are part of your wallet and users must be able to create, edit and list all these symbols in the app. Also, we must be able to create alerts for each symbol, that will create records for each event that matches the thresholds (price < X or price > Y). These alert records must be displayed in the app somewhere.
This progam was made using this technologies
To get a local copy up and running follow these simple example steps.
brew install chruby
brew install ruby-install
ruby-install ruby
- Rails You can easily install Rails directly from the rails site
gem install rails
- Clone the repo
git clone https://github.com/collinsugwu/Waitlistr
- Install Dependencies in your rails app
bundle install
- Migration
rails db:migrate
- Seed database with fakedata
rails db:seed
- Testing
rspec
- Start Server
rails s
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/collinsugwu/Waitlistr