Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomasesquivelgc/blog-app

Blog app that connects users through global posts, comments and likes. each user has their own personal profile.
https://github.com/tomasesquivelgc/blog-app

authentication blog postgresql ruby ruby-on-rails userprofiles

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

        

My Blog App

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸ’» Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– 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

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:tomasesquivelgc/Blog-App.git
```

### Install

Install this project with:

```sh
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

```sh
bin/rails test test/models/article_test.rb
```

## πŸ‘₯ Authors

πŸ‘€ **Tomas Esquivel**

- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- Twitter: [@EsquivelTomas](https://twitter.com/EsquivelTomas)
- LinkedIn: [Tomas Esquivel](https://www.linkedin.com/in/tomΓ‘s-esquivel-b2160568/)

πŸ‘€ Marc Raphael

- GitHub: [@Marcraphael12](https://github.com/Marcraphael12)
- LinkedIn: [Marc_Raphael](http://www.linkedin.com/in/marc-raphael-326039204)

(back to top)

## πŸ”­ Future Features

- [X] **Model**
- [X] **View**
- [ ] **User Validation**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(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](./LICENSE) licensed.

(back to top)