yetemegn-telaye / bloggers-app

An app for blogging about whatever is in your mind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– [Bloggers-app]

[Bloggers-app] is an app for bloggers to blog about anything.

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • Creates schema for creating users,comments,posts and likes table
  • Creates Foreign key constraints their relationship
  • Adds a corresponding index for all columns that are foreign keys

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

Setup

Clone this repository to your desired folder:

  cd bloggers-app
  git clone https://github.com/yetemegn-telaye/bloggers-app.git

Install

Install this project with:

  cd bloggers-app
  gem install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  bin/rails test test/models/article_test.rb

Deployment

(back to top)

πŸ‘₯ Authors

πŸ‘¨β€πŸš€ Yetemegn Lemma

πŸ‘€ Aman Worku:

(back to top)

πŸ”­ Future Features

  • Show the list of posts
  • Lets readers enteract with posts through comments
  • Helps readers enteract by letting them like posts

(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, please give it a star ⭐️

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for this learning experience

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

An app for blogging about whatever is in your mind

License:MIT License


Languages

Language:Ruby 76.7%Language:HTML 19.7%Language:CSS 2.3%Language:JavaScript 1.3%