This project is all about a simple blog application where a user can post anything and other users can comment and like the post
- Active Records Migration
- Data Model
To get a local copy up and running, follow these steps.
In order to run this project you need Ruby and Ruby on Rails installed on your machine.
Clone this repository to your desired folder:
git clone https://github.com/Microverse-Fullstack-Program/rails-blog-app
cd rails-blog-app
### Installation <a name="installation"></a>
Install this project with:
```sh
bundle install
To run the project, execute the following command:
rails server
- GitHub: @cherelemma
- LinkedIn: @chere-lemma27211613
- Twitter: @twitterhandle
- [] Processing data in models.
- [] Views.
- [] Forms
- [] Validations, Model specs, and n+1 problems.
- [] Add Devise.
- [] Add authorization rules.
- [] Integration specs for Views.
- [] Add API endpoints.
- [] API documentation.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please consider giving it a 🌟.
We would like to thank microverse for serving this opprtunity and their invaluable resources.
This project is MIT licensed.