Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trast00/blog-dev

The Blog-dev is a fully functional website that allows users to view a list of posts, add comments, and like posts. The project includes fixing n+1 problems, adding Devise for authentication, adding authorization rules, and implementing API endpoints.
https://github.com/trast00/blog-dev

mvc mvc-architecture ruby ruby-on-rails rubyonrails

Last synced: 16 days ago
JSON representation

The Blog-dev is a fully functional website that allows users to view a list of posts, add comments, and like posts. The project includes fixing n+1 problems, adding Devise for authentication, adding authorization rules, and implementing API endpoints.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Blog-dev ](#-blog-dev-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [👤 Prantosh Biswas](#-prantosh-biswas)
- [👤 Tsohle Mokhemisi](#-tsohle-mokhemisi)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Blog-dev

The **Blog-dev** is a fully functional website that allows users to view a list of posts, add comments, and like posts. The project includes data model creation, model validations and specs, processing data in models, setting up controllers, creating controller specs, building views and forms, fixing n+1 problems, adding Devise for authentication, adding authorization rules, and implementing API endpoints. The final exercise involves creating API documentation.

## 🛠 Built With

### Tech Stack

Server

Database

### Key Features

- **Use database migrations**
- **Blog webapp**

(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:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:Trast00/blog-dev.git
```

### Install

Install this project with:

```sh
cd my-project
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

```sh
rails rspec spec
```

(back to top)

## 👥 Authors

👤 **Dicko Allasane**

- GitHub: [@githubhandle](https://github.com/Trast00)
- Twitter: [@twitterhandle](https://twitter.com/AllassaneDicko0/)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/allassane-dicko-744aaa224)

### 👤 Prantosh Biswas

- GitHub: [@PrantoshB](https://github.com/PrantoshB)
- LinkedIn: [Prantosh Biswas](https://www.linkedin.com/in/prantosh/)
- Twitter: [@prantalks](https://twitter.com/prantalks)

## 👤 Tsohle Mokhemisi

- GitHub: [@githubhandle](https://github.com/tsohleDev)
- Twitter: [@twitterhandle](https://twitter.com/RealTsohle)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tsohle-mokhemisi-3687401b2/)

(back to top)

## 🔭 Future Features

- [ ] **Create the website front-end**
- [ ] **Add Blogs features**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Trast00/blog-dev/issues).

(back to top)

## ⭐️ Show your support

If you like this project, please leave a start to support

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for this great learning experience !

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)