/blog-app

Primary LanguageRubyMIT LicenseMIT

Blog App

📗 Table of Contents

📖 Blog App

This is a Blog app, a fully functional website that shows the list of posts and empowers readers to interact with them by adding comments and liking posts.

🛠 Built With

Tech Stack

Backend
Database

Key Features

  • Database built using PostgreSQL
  • App created using Ruby on Rails framework

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need: to have postgres installed.

  • Linux:
  sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
  wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
  sudo apt-get update
  sudo apt-get -y install postgresql

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/PabloEGonz/blog-app.git

Usage

To run the project, execute the following command:

  CREATE DATABASE blog_app;

(back to top)

👥 Authors

👤 Pablo Gonzalez

(back to top)

🔭 Future Features

  • Create views for the content tables.
  • Create controles for the content tables.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, please give it a start.

(back to top)

🙏 Acknowledgments

This project is an assigment from Microverse.

(back to top)

📝 License

This project is MIT licensed.

(back to top)