/Blog_App

This is a basic Blog website that allows users to create, edit, comment and delete posts, keeping data in a database. This project implements both authorization and authentication in order to provide extended functionality to logged in and authorized users.

Primary LanguageRuby

📖 [Blog_App]

This is a basic Blog website that allows users to create, edit, comment and delete posts, keeping data in a database. This project implements both authorization and authentication in order to provide extended functionality to logged in and authorized users.

🛠 Built With

Tech Stack

BackEnd
Test
Database

Key Features

  • [Add Post] - Add your post.
  • [Display all posts] - Display recent posts.
  • [Delete post ] - Delete specific post.

(back to top)

🚀 Live Version

(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: Visual Studio Code and Installed Rails.

Setup

Clone this repository to your desired folder:

$ git clone $ git clone https://github.com/edi-sipka/Blog_App

Install

Install this project with:

you@your-Pc-name:~$ cd <Blog_App>

Usage

To run the project, execute the following command:

` $ rails server`

Run tests

To run tests, run the following command: rspec

(back to top)

👥 Authors

👤 Edi Sipka

👤 Peter Njuguna

(back to top)

🔭 Future Features

  • [Add likes on post]
  • [Add comments on post]

(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 give as a star! ⭐️

(back to top)

🙏 Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • Microverse

(back to top)

❓ FAQ

  • [How I can run this project?]

    • [After cloning repository, run rails server.]
  • [Can I add likes on post?]

    • [You can add likes and comments on a post.]

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)