BlogApp

A BlogApp is a Rails app that allow users to create posts, comment and like, it uses database to store, update and remove data.

MIT License

Stars
3

Table of Contents

BlogApp

BlogApp This is a blog website that allows users to create blog posts and they can also comment and likes to the blog posts as well.

Built With

Tech Stack

Key Features

  • User is able to create, remove, update and delete posts. (CRUD)
  • It has user authentication.
  • Users will use UI to insert data to the database.
  • The UI is well designed.

Live Demo

Not deployed yet

Getting Started

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

Prerequisites

In order to run this project you need:

  • Ruby
  • Ruby on Rails
 gem install rails

Setup

Clone this repository to your desired folder:

  $ git clone https://github.com/Bludidi/BlogApp.git
  $ cd BlogApp
  $ bundle install
  $ rails db:create
  $ rails db:migrate
  $ rails s

Run tests

To run tests, run the following command:

$ rspec.

Authors

my profile Brian Buntu Ludidi

Michael Amponsah

Future Features

  • Views
  • Add forms
  • Add User Authentication

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

If you like this project kindly add to it.

Acknowledgments

I would like to thank Mike Dane of Giraffe Academy and freeCodeCamp.org Big shout out to Microverse team for such a wonderful curriculum. Kudos to my coding partners and peers whom we travel this journey together.

License

This project is MIT licensed.