https://github.com/chandan-devs-tech/blog-app
📝 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. 📚💬👍
https://github.com/chandan-devs-tech/blog-app
Last synced: about 1 year ago
JSON representation
📝 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. 📚💬👍
- Host: GitHub
- URL: https://github.com/chandan-devs-tech/blog-app
- Owner: Chandan-devs-tech
- Created: 2023-10-03T19:34:43.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-21T16:44:03.000Z (over 2 years ago)
- Last Synced: 2025-04-06T11:51:51.415Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 157 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blog App
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Blog App ](#-blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
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.
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.
### Prerequisites
In order to run this project you need:
- laptop
- git
- Code Editor.
- PostgreSQL.
- Ruby On Rails.
### Setup
Clone this repository to your desired folder:
sh
cd my-folder
git clone https://github.com/Chandan-devs-tech/blog-app.git
### Install
- Install PostgreSQL.
- Install Ruby On Rails using rails new blog-app --database=postgresql command.
👤 Chandan Gupta
- GitHub: [@githubhandle](https://github.com/Chandan-devs-tech)
- Twitter: [@twitterhandle](https://twitter.com/ChandanGuptaDev)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chandangupta-devs)
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](https://github.com/Chandan-devs-tech/blog-app/issues).
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](https://github.com/Chandan-devs-tech/blog-app/blob/feature/creating-datamodel/MIT.md) licensed.