This Blog is a project developed as part of the Microverse curriculum, to be more specific, is part of the Ruby on Rails module.
It consists in a web application to have our own blog. Is really simple, but it works like charm. You can add, edit or delete a post, also you can add or delete a comment.
This is the main page, where you take a quick view of the post, with first lines of content and number of comments.
This page shows the entire content of a post, also show the comments and enables the user to create a new comment, also delete a comment. You can also edit or delete the post.
- Ruby
- Ruby On Rails
- Rubocop
- SQLite3
- Github
- Heroku
- RubyMine
- CSS3
To get a local copy up and running follow these simple example steps.
-
Make sure that Ruby Environment is installed in your computer (try to run ruby from your prompt), if not you can install it from here.
-
Download and unzip or clone this repository
- Open your terminal and move to the root of the project, using
cd
command. - Then you must run
$ rails db:migrate
, so you can work locally with the database. - You must run
$ bundle install
- Start server using
$ rails s
- You can go to http://127.0.0.1:3000/ to use the app locally
License This project is MIT licensed.