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

https://github.com/paul-js-hub/blog-app

A blog website that show the list of posts and allow users to add comments and likes.
https://github.com/paul-js-hub/blog-app

postgresql rails ruby

Last synced: 4 months ago
JSON representation

A blog website that show the list of posts and allow users to add comments and likes.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [Blog App]

> This is a blog website that show the list of posts and allow users to add comments and likes on them.

## 🛠 Built With
- HTML & CSS
- JavaScript
- Ruby
- Ruby on Rails
- Rubocop
- Rspec
- Postgresql

Client

Server

Database

## 🚀 Live Demo

- [Live Demo Link](Coming soon)

(back to top)

## 💻 Getting Started
To get a local copy up and running follow these simple example steps.

- copy this link `https://github.com/Paul-js-hub/blog-app`.
- get the directory that you want to clone the repository.
- open the command prompt in this directory.
- write `git clone https://github.com/Paul-js-hub/blog-app`.
- go to the repository folder in your command prompt.
- run `bundle install`.
- run `npm install`
- create database in your postgres called `blog_app_development`
- run `rails db:migrate`
- To run the test run `bundle exec rspec` in your command prompt.
- To run the rails server run `rails s` in your command prompt.

(back to top)

## 👥 Author

👤 **Paul Onchera**

- GitHub: [@paulonchera](https://github.com/Paul-js-hub)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/paul-onchera/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Paul-js-hub/blog-app/issues).

(back to top)

## ⭐️ Show your support

> Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc

(back to top)

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

(back to top)