Skip to content

Latest commit

 

History

History
224 lines (135 loc) · 4.35 KB

README.md

File metadata and controls

224 lines (135 loc) · 4.35 KB

📗 Table of Contents

📖 Blog App

This is simple blog post website where you can add your own content and also you can like others posts and comments on others posts.

🛠 Built With

Full Stack

I am using full stack technologies to build my project.

Client
Server
Database

Key Features

Key features of the application.

  • Login Functionality
  • Post an articles
  • Comment a post
  • Like a post

(back to top)

🚀 Live Demo

Demo link [Coming soon]

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

command:

 gem install rails

Setup

Clone this repository to your desired folder:

commands:

  git clone https://github.com/Tommymarvel/Blog-App.git

Install

Install this project with:

command:

  gem install

Usage

To run the project, execute the following command:

command:

  rails s

Run tests

To run tests, run the following command:

command:

  rspec

Deployment

You can deploy this project using:

(back to top)

👥 Authors

The collaborators of this project.

👤 Marvellous Ibironke

(back to top)

🔭 Future Features

Features of this project.

  • User Authentication
  • CRUD Operations

(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 then you can show your support by giving to this project star.

(back to top)

❓ FAQ

Questions for new developers would ask when they decide to use your project.

  • How I can run this project?

    • After cloning repository, run rails s. After that, you will see you will see the homepage of the project.
  • How I can install rails

    • Install the rails by using gem install rails.

(back to top)

📝 License

This project is MIT licensed.

(back to top)