/blog-app

Primary LanguageRubyMIT LicenseMIT

Blog App

📗 Table of Contents

📖 Blog App

This is a ruby on rails blog app. Where users can add posts, comments, likes. and stored the data in a database.

🛠 Built With

Tech Stack

- Ruby on Rails - POSTGRES

Key Features

  • Create schema for the databse
  • Add association relationship between tables.

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

Example command:

 Install Ruby
 Install rails

Setup

Clone this repository to your desired folder:

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

Install

Install this project with:

  cd blog-app
  bundle install

Usage

To run the project, execute the following command:

  rails s

Run tests

  rspec path

(back to top)

👥 Authors

👤 Otmane Echchafyky

(back to top)

🔭 Future Features

  • processing data in models
  • validations and model specs.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you like this project, give it a star.

(back to top)

🙏 Acknowledgments

  • Thanks to all Microverse community

(back to top)

📝 License

This project is MIT licensed.

(back to top)