tomasesquivelgc / Blog-App

Blog app that connects users through global posts, comments and likes. each user has their own personal profile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Blog App

πŸ“— Table of Contents

πŸ“– Blog App

Blog App is my first Ruby on Rails project where you can like and comment posts as a user. The goal of this project is to learn the basics of using Rails.

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • PostgreSQL database
  • Like and comment

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

  • Ruby
  • Rails
 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:tomasesquivelgc/Blog-App.git

Install

Install this project with:

  bundle 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

πŸ‘₯ Authors

πŸ‘€ Tomas Esquivel

πŸ‘€ Marc Raphael

(back to top)

πŸ”­ Future Features

  • Model
  • View
  • User Validation

(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 leave a star!

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Blog app that connects users through global posts, comments and likes. each user has their own personal profile.

License:Other


Languages

Language:Ruby 71.0%Language:HTML 24.1%Language:CSS 2.0%Language:Dockerfile 1.7%Language:JavaScript 1.1%Language:Shell 0.2%