Skip to content

Latest commit

 

History

History
220 lines (138 loc) · 4.91 KB

README.md

File metadata and controls

220 lines (138 loc) · 4.91 KB

BLOG README

📗 Table of Contents

📖 BLOG

**BLOG ** is a classic example of a blog website. A user will be able to login into the application (Credentials: Username and Password). The logged in user can create posts. These posts will be listed and readers of these posts will be empowered to interact with the posts by either adding comments or even liking the posts.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Log into the application
  • Create a post for the application users
  • Interact with the posts (Like post or comment on Post)

(back to top)

💻 Getting Started

Describe how a new developer could make use of your project.

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

Prerequisites

In order to run this project you need:

  • Ruby and rails installed
  • PostgreSQL server installed also

Setup

Clone this repository to your desired folder:

  mkdir blog-app
  cd blog-app
  git clone git@github.com:inspecta/Blog.git

Install

Install this project with:

  cd Blog
  gem install

### Usage

To run the project, execute the following command:

```sh
  rails server

Run tests

To run tests, run the following command:

  bin/rails test test/models/article_test.rb

(back to top)

👥 Authors

👤 Author1

👤 Author2

(back to top)

🔭 Future Features

  • A better graphical user interface
  • A signup functionality
  • A chat functionality

(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, go ahead and give it a star. It is very much appreciated.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for providing me with the reading material that helped me during this project development.

(back to top)

❓ FAQ (OPTIONAL)

  • Can I reuse this projects' code?

    • Yes, it is okay.
  • Can I contribute to this repository?

    • Yes. Just contact me at djmulinde@gmail.com and I will gladly add you as a contributor to the repository.

(back to top)

📝 License

This project is MIT licensed.