Skip to content

The Blog app is classic example of a blog website. A fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

License

Notifications You must be signed in to change notification settings

cilfonegabriel/App-Blog

Repository files navigation

📗 Table of Contents

📖 Blog App

Blog App The Blog app is classic example of a blog website. A fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

  • Services (job queues, cache servers, search engines, etc.)

🛠 Built With

Tech Stack

This project was implemented using:

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

  • install ruby

  • install postgresql

  • 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/cilfonegabriel/App-Blog.git
  • Access the cloned directory with:
cd Blog-App
  • Open it with your favorite code editor or with the live server

Install

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

    bundle install
    rails db:create
    rails db:migrate

Tests

To run the tests run the following commands:

Install gems

  bundle install

Run tests

  rspec spec

Usage

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

rails server

(back to top)

👥 Authors

👤 Gabriel Cilfone

(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

  • Microverse

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

The Blog app is classic example of a blog website. A fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published