[blog-app] is a classic example of a blog website. It is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
Ruby
Rails
Postgresql
- Create new blogs.
- Like a blog post.
- Comment on a blog.
- User authentication & authorization.
To get a local copy up and running, follow these steps.
In order to run this project you need to have ruby, rails and postgres installed.
Clone this repository to your desired folder:
cd my-folder
git clone github.com/microhass/blog-app.gitThen navigate to blog-app folder:
cd blog-appInstall necessary dependencies:
bundle installThen start the app server:
rails serveVisit http://127.0.0.1:3000/ to view the app.
👤 Hassan Shakur
- GitHub: @hassanShakur
- Twitter: @HassShakur
- LinkedIn: hassanShakur
- Implement authentication through login & logouts.
- Creating multiuser accounts.
- Filter posts based on a user.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you'd like to contribute to this project, feel free to fork the repository and make changes as you see fit. Please submit a pull request with your changes and I'll review them as soon as possible.
I would like to thank my coding partners and mentor for the support, and Microverse for the opportunity.
This project is MIT licensed.