You need this software to install the project
- Ruby 2.5
- Rails 5.1.5
- PostgreSQL + Devtools
- NodeJs
- Redis
- Foreman
- Yarn
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
A step by step series of examples that tell you have to get a development env running
- Clone the repo at https://github.com/edugonch/twitts_fetch_backend
- Run bundle install
bundle install
- Run yarn install
yarn install
- Run the [BackendFetchApp] (https://github.com/edugonch/twitts_fetch_backend) in port 3002
foreman start -f Procfile.dev
- Run the application with webpacker
foreman start -f Procfile.dev
- RubyOnRails - The web framework used
- Bootstrap - The UI web framework used
- ReactJs - The Javascript framework used
- WebPacker - JavaScript pre-processor for Rails
- Tabler - Open Source dashboard template for Bootstrap
- RestClient - Simple DSL for accessing HTTP and REST resources
- Eduardo González - Initial work - edugonch
This project is licensed under the MIT License - see the LICENSE.md file for details
You can see it live running at:
user: test@test.com
password: testpassword