This repo is a simple implementation of a articles website, where you can create articles and interact with them through the vote system.
- Ruby v2.7.0
- Ruby on Rails v5.2.4
To get a local copy up and running follow these simple example steps.
Ruby: 2.7.2 Rails: 5.2.3 Postgres: >=9.5
Install gems with:
bundle update
bundle install
Setup database with:
rails db:create
rails db:migrate
rails db:seed
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rpsec
To deploy the rails project on Heroku, please follow this guide
👤 Luis Vinicius Marques
- GitHub: @luisvinicius09
- LinkedIn: LinkedIn
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Design idea by Nelson Sakwa on Behance