krisbobo / blog-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– [Blog App]

[Blog App] is a classic example of a blog website. I will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

πŸ›  Built With

Tech Stack

Client
  • Ruby
Server
  • Rails Server
Database

Key Features

The application has the following features:

  • [Data Model]
  • [Validations and Model specs]
  • [Processing data in models]
  • [Basic app views]

[back to top]

πŸš€ Live Demo

[back to top]

πŸ’» Getting Started

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

  • Create a folder on your local machine.

  • Clone the repository to your local machine git clone git@github.com:krisbobo/blog-app.git

Prerequisites

In order to run this project you need:

  • Ruby
  • Rails
  • PostgreSQL
  • VSCode or any other code editor you prefer
  • A terminal with your GitHub username set up

Setup

Clone this repository to your desired folder:

Example command:

  cd my-folder
  git clone git@github.com:krisbobo/blog-app.git

Install

Install this project with:

   bundle install

Usage

To run the project, execute the following command:

Example command:

  rails server

Run tests

To run tests, run the following command:

Example command:

  rails test test/models/user_test.rb

πŸ‘₯ Authors

πŸ‘€ Christian Kiyong

[back to top]

πŸ”­ Future Features

  • [Integration specs]
  • [Add devise]
  • [Add authorization rules]

[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 kindly leave a ⭐

[back to top]

πŸ™ Acknowledgments

I would like to thank Microverse for the great resources shared.

[back to top]

πŸ“ License

This project is MIT licensed.

[back to top]

About

License:MIT License


Languages

Language:Ruby 73.2%Language:HTML 15.8%Language:CSS 9.0%Language:JavaScript 2.0%