About Blog app is a classic example of a blog website. That allows you to create new posts, displays a list of posts and empower readers to interact with them by adding comments and liking posts.
Server
Database
- [Add a Post]
- [Comment on Post]
- [Like a Post]
- [Show a Posts]
Not available yet.
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/Miliyonayalew/Blog-App.git
Install this project with:
cd Blog-App
bundle install
To run the project, execute the following command:
./bin/dev or bin/dev with tailwind build
rails server or rails s
To run tests, run the following command:
rspec
You can deploy this project using:
not available yet
👤 Miliyon Ayalew
- GitHub: @Miliyonayalew
- Twitter: @Miliyonayalew
- LinkedIn: Miliyonayalew
👤 Marco Oquendo
- GitHub: @MarcoOquendoC.
- Twitter: @marcooquendoc.
- LinkedIn: Marco Vinicio Oquendo.
- Search Blog Posts
- Edit a Post
- Delete a Post
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project or find it useful, please consider giving it a ⭐️. Thanks!
This project is MIT licensed.