The purpose of this project is to build a blog App, using RoR, which allows users to create articles, upvote them and search within the articles.
- Ruby v2.6.6
- Ruby on Rails v5.2.6
To get a local copy up and running follow these simple example steps.
-
Ruby and Ruby on Rails installed on your computer
-
Postgres: >=9.5
-
A github account
-
A terminal with your github account logged in
- Use your github account and your terminal to clone this repository to your computer:
git clone [email protected]:carlos-osorio-developer/mushroom-house.git
-
Go to the cloned directory:
cd mushroom-house
-
Run
bundler install
to install the Gems for the project -
Run
yarn install
to install the project dependencies -
Run
rails db:create
to create the database -
Run
rails db:migrate
to setup the database -
Run
rails db:seed
to populate the database (IMPORTANT) -
Run
rspec
to execute the tests
- Remember to run
rails db:seed
before this
- Run
rails s
and go tohttp://localhost:3000/
in your browser.
👤 Carlos Osorio
-
GitHub: @carlos-osorio-developer
-
Twitter: @OsorioDevelops
-
LinkedIn: Carlos Osorio
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.