The Ruby Blog App is a a classic example of a blog website. You will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
Client
Server
Database
In order to run this project you need:
Example command:
gem install rails
Clone this repository to your desired folder:
Example commands:
git clone git@github.com:carlosmuerto/ruby-blog-app.git
cd ruby-blog-app
Install this project with:
bundle install
To run the project, execute the following command:
rails server
👤 Carlos Vivas
- GitHub: @carlosmuerto
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project If you like this project...
Give credit to everyone who inspired your codebase. I would like to thank...
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.