- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Blog App is a classic blog website built using Ruby on Rails and PostgreSQL. It is a fully functional website that provides an excellent example of a blog platform. With this app, users can easily browse through a list of posts and interact with them by adding comments or likes.
Client
- HTML
- CSS
- JavaScript
Server
Database
- Enable users to create, edit, and delete their own posts
- Allow users to add comments to blog posts
- Enable users to like or dislike blog posts
- The app has a modern and sleek interface design
To get a local copy up and running, follow these steps.
In order to run this project you need to install rails gem:
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:Kweeka1/blog.git
Install dependencies by executing the following commands:
cd blog
bundle install
To run the project, execute the following command:
rails server
👤 Mohamed Talbi
- GitHub: @Kweeka1
- LinkedIn: Mohamed Talbi
👤 Abdessittir Harkati
- GitHub: @Abdessittir
- Twitter: @AbdessittirHar1
- LinkedIn: Abdessittir
- Add search functionality that allows users to search for specific blog posts or topics
- Add user authentication and authorization to secure the app and allow only authorized users to access specific features
- Add support for multimedia content, such as images and videos, to enhance the user experience
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Put a ⭐️ If you like this project.
I would like to thank Microverse for project inspiration.
- Which version of ruby does this project run on?
- This project is currently running on ruby version 3.1.2
- Can I use the Blog app for my own blog?
- Yes! The Blog app is open source, meaning you can download the source code and modify it to suit your needs.
- Can I contribute to the development of the Blog app?
- Yes! contributions, issues, and feature requests are welcome!.
This project is MIT licensed.