Skip to content

Latest commit

 

History

History
103 lines (61 loc) · 2.39 KB

README.md

File metadata and controls

103 lines (61 loc) · 2.39 KB

Blogger-Rails

This the Blogger 2 tutorial from jumpstartlab. The purpose of this project is to practice and learn the basics of Ruby on Rails.

screenshot

Built With

  • Ruby 2.6.5
  • Rails 6.0.1
  • Paperclip > 6
  • VSCode

Getting Started

To get a local copy up and running follow these simple example steps.

Clone or Download

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

Setup

cd to the project:

cd Blogger-Rails

Install gems with:

bundle install

Setup database with:

rails db:migrate

Usage

Start server with:

rails server

Open http://localhost:3000/ in your browser.

Articles New page

This is THE article's New page (THE tag New form is within this page) screenshot

Articles Show page

This is THE article's show page (THE tag show page is within this page) screenshot

Articles Edit page

This is THE article's Edit page (THE tag Edit form is within this page) screenshot

Tag Search

Click on any tag within AN article Show page screenshot

Comments New

THE comment's NEW form is within THE article's Show page screenshot

Comments Show

THE comment's Show page is Within THE article's Show page screenshot

Live Demo

Live Demo Link

Automated Test

There are no automated tests for this project yet

Author

👤 María Eugenia Quemé

🤝 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!

Acknowledgments

You can check the tutorial here

This assignment is part of the Microverse Curriculum.

📝 License

MIT