An open API service indexing awesome lists of open source software.

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. 📚💬👍

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-)

# 📖 Blog App

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.

## 🛠 Built With
Ruby on Rails

### Tech Stack

- PostgreSQL
- Ruby on Rails

### Key Features

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

(back to top)

## 💻 Getting Started

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.

(back to top)

## 👥 Authors

👤 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)

(back to top)

## 🔭 Future Features

Features will be added to the project.

- User Login Interface
- User comments and like history
- Report of inividual user

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Chandan-devs-tech/blog-app/issues).

(back to top)

## ⭐️ Show your support

If you like this project, show your support by giving a star ⭐️, thanks in advance.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for including this in their curriculum.

(back to top)

## 📝 License

This project is [MIT](https://github.com/Chandan-devs-tech/blog-app/blob/feature/creating-datamodel/MIT.md) licensed.

(back to top)