Ruby Blog app is a simple blog application that is built using Ruby on rails frameworkd
Client
Server
Database
- Creating blog
- Deleting Blogs
- Updating Blogs
- Like and comment on Blogs
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby on local Environment
- Postgresql database
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/GutemaG/Ruby-blog-app.git
Install this project with:
cd Ruby-blog-app
bundle install
Create and migrate database
rails db:create
rails db:migrate
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec spec
👤 Birhanu Gudisa
- GitHub: @GutemaG
- Twitter: @birhanugudisa3
- LinkedIn: birhanugudisa
👤 Gustavo MarcoAurelioAntonio
- GitHub: @MarcoAurelioAntonio
- Twitter: @gustavoporcilio
- LinkedIn: gustavo-ariel-porcilio
- Create full CRUD application
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give a star!
I would like to thank microverse community
This project is MIT licensed.