Hit That ⭐️ if you like it !
A Ruby on Rails capstone based on Retro lifestyle articles website..
- Ruby
- Ruby on Rails
- RSpec - Ruby Test Driven Development framework
- Trello - Task and time managment
- VSCode - As a code editor
- Rubocop - Ruby gem as a Ruby Linter
- Google DevTools - Debugging tool
Open the Live code link or follow Development
section for acquiring a local copy of the App, made for you.
Follow these steps to get a local copy up and running :
- On terminal Type
git clone https://github.com/od-c0d3r/Retro-Joy
. - On terminal Type
cd Retro-Joy
. - Run
bundle install
to install all gems required if it isn't exist. - Run
npm install
to install the dependencies. - Run
rails db:migrate
to migrate the database. - Run
rails db:seed
to seed the database. - Run
rails server
to serve the website on your localhost.
- For testing :
- Run RSpec tests in terminal with
rspec
in the repository root.
- Run RSpec tests in terminal with
- Give a ⭐️ if you like this project! OR
Even better, contribute in issues by suggest an improvment or locate a 🐞!
And give it a try by submiting a pull requst so we can discuss the changes !
- Design idea by Nelson Sakwa in Behance
This project is MIT licensed.