This is a simple blog, created with Ruby on Rails. You can write, edit, and delete articles and comments from your browser.
To run this project, you need a computer with Ruby and Ruby on Rails installed.
If you are uncertain about how to install Ruby, check out this tutorial made by The Odin Project.
If you are uncertain about how to install Ruby on Rails, check out this tutorial made by The Odin Project.
- Clone the repository:
https://github.com/VanessaAoki/blog.git
-
Type
$ cd bin
to move to the bin folder, you must be on this folder to execute the file; -
Install all required gems by typing
$ bundle install
on the terminal; -
Execute
$ rails server
on the terminal and runhttp://localhost:3000/
in your browser (Google Chrome, Firefox etc.) to run the blog;
- Ruby 3.0.0;
- Ruby on Rails 6.1.3;
- Ruby gems: sqlite3, puma, sass-rails, webpacker, turbolinks, jbuilder, rubocop;
- Visual Studio, Git & GitHub;
👩🏼💻 Vanessa Aoki
- GitHub: @VanessaAoki
- Twitter: @VanessaSAoki
- Linkedin: Vanessa Aoki
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give an ⭐️ if you like this project!
This project is MIT licensed.