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

https://github.com/devendra-alt/my-blog

my-blog ruby MVC
https://github.com/devendra-alt/my-blog

Last synced: over 1 year ago
JSON representation

my-blog ruby MVC

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 TDD Solver ](#-tdd-solver-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 My blog

**My blog** is ruby on rails MVC website

## 🛠 Built With

### Tech Stack

Ruby

### Key Features

- **Multiuser**
- **Blog Posts**
- **Likes and Comments**

(back to top)

## 💻 Getting Started

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
git clone https://github.com/devendra-alt/my-blog.git
cd my-blog
```
### Install

Install this project with:

```sh
cd my-blog
bundle install
```

### Usage

To run the project, execute the following command:

```
rails serve
```

### Run tests

To run tests, run the following command:

```sh
rspec --format documentation
```

(back to top)

## 👥 Authors

👤 **Devendra-alt**

- GitHub: [@devendra-alt](https://github.com/devendra-alt)
- Twitter: [@Devendra5101](https://twitter.com/Devendra5101)
- LinkedIn: [Devendra Mulewa](https://linkedin.com/in/devendramulewa)

(back to top)

## 🔭 Future Features

- [ ] **Front-end UI**

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project kindly give star.

(back to top)

## 🙏 Acknowledgments

I want to thank Microverse.

(back to top)

## 📝 License
This project is [MIT](./MIT.md) licensed.