Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kidde60/rails-blog-app

A project where we create a blog app using MVC and Rails. On this web page a user can create, edit and delete a blog.
https://github.com/kidde60/rails-blog-app

capybara-rspec rspec ruby-on-rails

Last synced: 1 day ago
JSON representation

A project where we create a blog app using MVC and Rails. On this web page a user can create, edit and delete a blog.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Blog App

A project where we create a blog app using MVC and Rails

## 🛠 Built With

### Tech Stack

Language

### Key Features

- **Add Comments**
- **Add a post**
- **Like a post**

(back to top)

## 💻 Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

In order to run this project you need:

- Install ruby on your computer or run it with docker
- Have rails installed on your computer

### Setup

Clone this repository by using the command line :

- `git clone https://github.com/kidde60/Rails-Blog-App.git`

### Install

Install this project with:

`bundle install`

### Usage

To run the project, execute the following command:

`rails s`

NB: You need to create an `env` file for your database credentials

(back to top)

## 👥 Authors

👤 **George William Kidde**

- GitHub: [@George William Kidde](https://github.com/kidde60)
- Twitter: [@professorKGW](https://twitter.com/professorKGW)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/george-william-kidde/)

(back to top)

## 🔭 Future Features

- **Delete Post**

(back to top)

## 🤝 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 by staring it.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for the project.

(back to top)

## 📝 License

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

(back to top)