This is a blog app where you can write games articles and vote for articles created by another users. This Ruby on rails Capstone Project is based on an life style blog. Following the desing of liFEsTlye (by Nelson Sakwa).
- Ruby v2.6.5
- Ruby on Rails v5.2.4
- Fork the repository and create a local one on your computer
- Move to the repository inside the command line using
cd
and the path to the file - Run
bundle install
,rails db:migrate
andrake db:seed
in that order - Run
rails server
- inside your browser go to http://localhost:3000/
- explore the application
- Create an account by clicking in Register, you do not need a password
- In the nav you can go to home or write an article
- In the home you can see the most voted article and the most recent article from each category.
- Create a new game article with the title, uploading an image, the body and choosing a category.
- You can vote for a article going to the category section.
👤 Yahir Cardona
- Github: @yahir91
- Twitter: @YahirCardona3
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!