Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carreraprogrammer/minimalistic-blog

This Blog app will be a classic example of a blog website. I 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/carreraprogrammer/minimalistic-blog

Last synced: about 1 month ago
JSON representation

This Blog app will be a classic example of a blog website. I 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

        

logo

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Catalog of my things ](#-catalog-of-my-things-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 RAILS BLOG

This Blog app will be a classic example of a blog website. I 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.

UML

## 🛠 Built With

### Tech Stack

Server Side

Database

### Key Features

- **Post a blog**
- **Comment the post**
- **User registration**

(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 ruby or sudo gem install ruby
gem install rails
rails server
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/fredo509/rails-blog.git
```

### Install

Install this project with:

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

### Usage

To run the project, execute the following command:

```sh
ruby main.rb
```

### Run tests

To run tests, run the following command:

```sh
src/spec rspec_file.rb or rspec .
```

### Deployment

You can deploy this project using:

```sh
ruby main.rb
```

(back to top)

## 👥 Authors

👤 **Daniel Carrera**

- GitHub: [@carreraprogrammer](https://github.com/carreraprogrammer)
- Twitter: [@carreraprogrammer](https://twitter.com/carreraprog)
- LinkedIn: [Daniel Carrera](https://www.linkedin.com/in/carreraprogrammer/)

👤 **Alejandro Velasquez**

- GitHub: [@VelzckC0D3](https://github.com/VelzckC0D3)
- LinkedIn: [Alejandro velasquez] (https://www.linkedin.com/in/velzckcode/)

## 🔭 Future Features

- **Add comments**
- **Post something**
- **Like**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

Please ⭐️ this repository if you found the project useful.

(back to top)

## 🙏 Acknowledgments

I would like to thank for the group project, all great effort get award

## 📝 License

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

(back to top)