barakadanny / Blog-app-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog App

πŸ“— Table of Contents

πŸ“– Obiebi Okiemute David

Blog app is a 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

Here is a list of technogies used in this project.

Language
Framework
Database

Key Features

  • [Fuilly functional Backend]
  • [Dynamic routing]

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

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

Clone this repository to your desired folder:

$ git clone https://github.com/DuaneDave/Blog-app.git
$ cd blog_app

Prerequisites

In order to work on this project, you need to have the following dependencies installed:

Install

Install this project with:

$ bundle install

To get all the gems required for the project

Then, run

$ npm install

To install packages such as style linters

To check linters locally, use

bash
$ rubocop
$ npx stylelint "**/*.{css,scss}"

Usage

To run the project, execute the following command:

rails server

Run tests

To run tests, run the following command:

  rspec ./spec/models
  rspec ./spec/requests

πŸ‘₯ Authors

Author

πŸ‘€ Obiebi David

(back to top)

πŸ”­ Future Features

  • [Add a blog]
  • [Delete a blog]

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

(back to top)

πŸ™ Acknowledgments

I would like to thank all those whose code snippets were used in this project.

  • Microverse
  • Coding Partners
  • Inspiration

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 69.2%Language:HTML 26.5%Language:Batchfile 3.1%Language:CSS 1.1%Language:JavaScript 0.1%