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

https://github.com/bludidi/blogapp

A BlogApp is a Rails app that allow users to create posts, comment and like, it uses database to store, update and remove data.
https://github.com/bludidi/blogapp

css3 git postgresql rails ruby vscode

Last synced: 5 months ago
JSON representation

A BlogApp is a Rails app that allow users to create posts, comment and like, it uses database to store, update and remove data.

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)

# 📖 BlogApp

**BlogApp** This is a blog website that allows users to create blog posts and they can also comment and likes to the blog posts as well.

## 🛠 Built With

### Tech Stack

Client


  • Ruby on Rails

Server


  • Localhost:3000

Database


  • Postgresql

### Key Features

- [ ] **User is able to create, remove, update and delete posts. (CRUD)**
- [ ] **It has user authentication.**
- [ ] **Users will use UI to insert data to the database.**
- [ ] **The UI is well designed.**

(back to top)

## 🚀 Live Demo

Not deployed yet

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

- Ruby
- Ruby on Rails

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
$ git clone https://github.com/Bludidi/BlogApp.git
$ cd BlogApp
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails s
```

### Run tests

To run tests, run the following command:
```sh
$ rspec.
```

## 👥 Authors

![my profile](https://avatars.githubusercontent.com/u/86472119?s=40&v=4) **Brian Buntu Ludidi**

-
GitHub Follow

-
Twitter Follow

-
LinkedIn

👤 **Michael Amponsah**

- GitHub: [@michaelamponsah](https://github.com/michaelamponsah)
- Twitter: [@_mikeamponsah](https://twitter.com/_mikeamponsah)
- LinkedIn: [michaelamponsah](https://linkedin.com/in/mikeamponsah)

(back to top)

## 🔭 Future Features

- [ ] **Views**
- [ ] **Add forms**
- [ ] **Add User Authentication**

(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 kindly add ⭐️ to it.

(back to top)

## 🙏 Acknowledgments

***I would like to thank Mike Dane of Giraffe Academy and freeCodeCamp.org
Big shout out to Microverse team for such a wonderful curriculum.
Kudos to my coding partners and peers whom we travel this journey together.***

(back to top)

## 📝 License

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

(back to top)