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!
Design idea by Nelson Sakwa on Behance.
- Ruby 2.7.2;
- Ruby on Rails 6.1.3;
- Ruby gems: devise, simple-forms, PG, puma, rubocop;
- Visual Studio, Git & GitHub;
You can watch the video presentation here: https://user-images.githubusercontent.com/66967274/121113771-fca5da80-c7e8-11eb-859a-01e7dbfd1482.mp4
Or through Vimeo.
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.
To get a local copy up and running, follow these simple steps:
- In your terminal, type the following, to clone this repository:
git@github.com:VanessaAoki/secret-shop.git
-
Type
$ cd secret-shop
to move to the project folder; -
Install all required gems by typing
$ bundle install
on the terminal; -
Migrate the database with
$ rails db:migrate
; -
Seed the database with
$ rails db:seed
; -
Type
$ cd bin
to move to the bin folder, you must be on this folder to execute the file; -
Execute
$ rails server
on the terminal and runhttp://localhost:3000
on your browser (Google Chrome, Mozilla Firefox, Microsoft Edge, Apple Safari, etc.); -
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;
-
After you are done, stop running the server by clicking
ctrl + C
on your terminal.
👩🏼💻 Vanessa Aoki
- GitHub: @VanessaAoki
- Twitter: @VanessaSAoki
- Linkedin: Vanessa Aoki
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.