/blog-app

This is a web app that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

Primary LanguageRubyMIT LicenseMIT

logo

BLOG APP

πŸ“— Table of Contents

πŸ“– Blog App

Describe your project in 1 or 2 sentences.

Blog App is a web app that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

πŸ›  Built With

Tech Stack

This project was implemented using:

Client
Server
Database

Key Features

  • Can persist user data to database
  • Can persist posts data to database
  • Can persist comments and likes database

(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 to have installed:

  • You’ll need to have Ruby and Rails on your machine.

Optionally, in order to modify this project you should to have installed:

Setup

To clone this repository to your desired folder:

  • You can download the Zip file from the GitHub repository, or clone the repository with:
git clone https://github.com/paulsaenzsucre/blog-app.git
  • Access the cloned directory with:
cd blog-app
  • Open it with your favorite code editor or with the live server

Usage

To run the project, execute the following command in the project directory:

rails server

(back to top)

πŸ‘₯ Authors

πŸ‘€ Paul SΓ‘enz Sucre

(back to top)

πŸ”­ Future Features

We will implement this on the future:

  • Users can login to blog app
  • Users can add a post
  • Users can see a post list

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(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.
  • Thanks for all the curated content that was provided to us.
  • Thanks to my learning and coding partners for all their support.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)<