Skip to content

This is my capstone project for the Ruby on Rails module at Microverse, and it's an esports blog, made for users to share their articles, as well as vote on their favorite ones (the most voted article is displayed on the main page!)

License

Notifications You must be signed in to change notification settings

VanessaAoki/secret-shop

Repository files navigation

Microverse MIT Licensed GitHub last commit (branch) GitHub Repo stars GitHub followers

Secret Shop

Secret shop is a gaming/esports articles blog, that features News, Patch Notes, Game Releases, Upcoming Events, as well as articles for the most popular games, such as CS:GO, Valorant, Dota 2 and League of Legends.

The most voted articles of each category will be displayed in the main page, so be sure to vote the one you like the most!

screenshot screenshot

Design idea by Nelson Sakwa on Behance.

Built With

  • Ruby 2.7.2;
  • Ruby on Rails 6.1.3;
  • Ruby gems: devise, simple-forms, PG, puma, rubocop;
  • Visual Studio, Git & GitHub;

Live Server Link

Live demo link

Video Presentation

You can watch the video presentation here: https://user-images.githubusercontent.com/66967274/121113771-fca5da80-c7e8-11eb-859a-01e7dbfd1482.mp4

Or through Vimeo.

Prerequisites

To run this project, you need a computer with Ruby and Ruby on Rails installed.

If you are uncertain about how to install Ruby, check out this tutorial made by The Odin Project.

If you are uncertain about how to install Ruby on Rails, check out this tutorial made by The Odin Project.

Getting Started

To get a local copy up and running, follow these simple steps:

  1. In your terminal, type the following, to clone this repository:
git@github.com:VanessaAoki/secret-shop.git
  1. Type $ cd secret-shop to move to the project folder;

  2. Install all required gems by typing $ bundle install on the terminal;

  3. Migrate the database with $ rails db:migrate;

  4. Seed the database with $ rails db:seed;

  5. Type $ cd bin to move to the bin folder, you must be on this folder to execute the file;

  6. Execute $ rails server on the terminal and run http://localhost:3000 on your browser (Google Chrome, Mozilla Firefox, Microsoft Edge, Apple Safari, etc.);

  7. Explore the app, sign up - or sign in if you are already a user - write your article, navigate through all the articles, and vote(unvote) others articles;

  8. After you are done, stop running the server by clicking ctrl + C on your terminal.

Author

👩🏼‍💻 Vanessa Aoki

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

This is my capstone project for the Ruby on Rails module at Microverse, and it's an esports blog, made for users to share their articles, as well as vote on their favorite ones (the most voted article is displayed on the main page!)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published