This the Blogger 2 tutorial from jumpstartlab. The purpose of this project is to practice and learn the basics of Ruby on Rails.
- Ruby 2.6.5
- Rails 6.0.1
- Paperclip > 6
- VSCode
To get a local copy up and running follow these simple example steps.
Donwload the repo with this link or clone it with the following command within a terminal:
git clone https://github.com/euqueme/Blogger-Rails.git
cd to the project:
cd Blogger-Rails
Install gems with:
bundle install
Setup database with:
rails db:migrate
Start server with:
rails server
Open http://localhost:3000/ in your browser.
This is THE article's New page (THE tag New form is within this page)
This is THE article's show page (THE tag show page is within this page)
This is THE article's Edit page (THE tag Edit form is within this page)
Click on any tag within AN article Show page
THE comment's NEW form is within THE article's Show page
THE comment's Show page is Within THE article's Show page
There are no automated tests for this project yet
👤 María Eugenia Quemé
- Github: @euqueme
- Linkedin: María Eguenia Quemé Peña
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
You can check the tutorial here
This assignment is part of the Microverse Curriculum.
MIT