The Inkling Blog app is a classic 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.
Here are the tech stacks applied in this project.
Language
Framework
Database
Test Library
This app has the following key features:
- Create new blog user.
- Post articles and gists on the blog.
- Comment on articles of the blog.
- Like articles and comments on the blog.
- View users, articles, comments and likes of the blog.
In order to run this project you need:
- Install Ruby on your computer (machine)
Clone this repository to your desired folder:
git clone [email protected]:PraisesPJMT/Inkling-Blog-App.git
cd Inkling-Blog-App
Install this project with:
gem install bundler
bundle install
To run the project, execute the following command:
rails server
- After running
rails server
, use the app on http://localhost:3000/ in the browser! - For more information please visit Ruby-on-Rails.
👤 Praises Tula
👤 Moathal Kachi
These are features that will be add to the project.
- Creating a data model
- Processing data in models
- Validations and Model specs
- Setup and controllers
- Controllers specs
- Views
- Add forms
- Integration specs for Views and fixing
n+1
problems - Add Devise
- Add authorization rules
- Add API endpoints.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.