The Blog app is a classic example of a blog website which 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 on Rails
Key features of the application.
- Creating a data model
- Validations and Model specs
- Processing data in models
- Setup and controllers
- Controllers specs
- Views
- Forms
- Integration specs for Views and fixing n+1 problems
- Add Devise
- 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:
- laptop
- git
- Code Editor.
- PostgreSQL.
- Ruby On Rails.
Clone this repository to your desired folder:
sh cd my-folder git clone https://github.com/Chandan-devs-tech/blog-app.git
- Install PostgreSQL.
- Install Ruby On Rails using rails new blog-app --database=postgresql command.
π€ Chandan Gupta
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Features will be added to the project.
- User Login Interface
- User comments and like history
- Report of inividual user
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, show your support by giving a star βοΈ, thanks in advance.
I would like to thank Microverse for including this in their curriculum.
This project is MIT licensed.