The Blog app will be 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.
- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Blog_App is a fully functional web application that showcases the classic example of a blog website. It allows users to explore a list of posts and actively engage with the content by adding comments and liking posts. This project demonstrates the power of Ruby on Rails in creating dynamic and interactive web experiences.
🛠 Built With Ruby on Rails
Tech Stack Rspec
Server
- Integration specs for Views
- Validations, Model specs, and n+1 problems
- Add authorization rules
- Add API endpoints
To get a local copy up and running, follow these steps.
In order to run this project you need:
Ruby 3.2.2RailsVSCodeorRubyMine
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:Enning94/Blog_App.gitInstall this project with:
cd Blog_app
bundle installTo run the project, execute the following command:
ruby result.rbTo run tests, run the following command:
bundle exec rspec👤 Enning Festus
- GitHub: @Enning94
- Twitter: @nana_akyerefi
- LinkedIn: Enning Festus
- Validations, Model specs, and n+1 problems
- Add Devise
- Integration specs for Views
- Create an API instead of API consumption
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project consider adding a ⭐️
I would like to thank Microverse
This project is MIT licensed.