This project implements a simple BLOG app that allows user to write new articles. User can create, delete, edit and store any written text with title.
- New article creation
- List of all the articles
- Delete and Edit option
- Ruby on Rails
myblog - myblog
- Install Ruby in your system. To install Ruby, you can read the Documentation.
- Install Rails. You can read this page.
- Clone it using git clone command.
- Run in your terminal bundle install.
- Run in your terminal rails db:migrate.
- Run in your terminal rails server.
👤 Avijit Karmaker
- Github: @ajkacca457
👤 Damilola Oduronbi
- Github: @oracleot
Contributions, issues and feature requests are welcome!.
Give a ⭐️ if you like this project!
This project is Microverse student project