/blog-app

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 [Blog App]

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

🛠 Built With

Tech Stack

Client
  • Ruby
Server
  • Rails Server
Database

Key Features

The application has the following features:

  • [Data Model]
  • [Validations and Model specs]
  • [Processing data in models]
  • [Basic app views]

[back to top]

🚀 Live Demo

[back to top]

💻 Getting Started

To get a local copy up and running, follow these steps:

  • Create a folder on your local machine.

  • Clone the repository to your local machine git clone git@github.com:krisbobo/blog-app.git

Prerequisites

In order to run this project you need:

  • Ruby
  • Rails
  • PostgreSQL
  • VSCode or any other code editor you prefer
  • A terminal with your GitHub username set up

Setup

Clone this repository to your desired folder:

Example command:

  cd my-folder
  git clone git@github.com:krisbobo/blog-app.git

Install

Install this project with:

   bundle install

Usage

To run the project, execute the following command:

Example command:

  rails server

Run tests

To run tests, run the following command:

Example command:

  rails test test/models/user_test.rb

👥 Authors

👤 Christian Kiyong

[back to top]

🔭 Future Features

  • [Integration specs]
  • [Add devise]
  • [Add authorization rules]

[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 kindly leave a ⭐

[back to top]

🙏 Acknowledgments

I would like to thank Microverse for the great resources shared.

[back to top]

📝 License

This project is MIT licensed.

[back to top]