Skip to content

This is a Desktop version of a blog built with RoR where the user can create articles to share information about traveling in Canada.

Notifications You must be signed in to change notification settings

brugobi/RoR--Capstone

Repository files navigation

TRIP TIPS

This is a Desktop version of a blog where the user can create articles to share information about traveling in Canada.

Features

  • Registration & Login;
  • Ability to create categories;
  • Ability to create articles that belong to multiple categories and contain images;
  • Ability to vote/downvote articles.

home_page

sign_in_page

category_page

article_page

Video Presentation

video presentation link

Built With

  • Ruby v2.6.5
  • Ruby on Rails v5.2.4.3
  • VSCode
  • Bootstrap 4
  • Rubocop
  • Stylelint
  • Bullet
  • Devise
  • Rspec / Capybara
  • Heroku App

Live Demo

  • Heroku App

You can click on this link

Getting Started

Prerequisites

  • Ruby: 2.6.5

  • Rails: 5.2.4.3

To get started open the directory where you will save this repo by typing on your terminal:

$ cd <directory>
  • Clone the repo typing:
$ git clone git@github.com:brugobi/RoR--Capstone.git
  • Install the needed gems:
$ bundle install --without production
  • Setup database:
$ rails db:create 
$ rails db:migrate
$ rake db:seed

Usage

Start the server:

$ rails server

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

Run tests

$ bundle exec rspec --format documentation

test_result

Author

👤 Bruna Gobi

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project! Feel free to check the issues page.

Acknowledgments

📝 License

This project is MIT licensed.

About

This is a Desktop version of a blog built with RoR where the user can create articles to share information about traveling in Canada.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published