Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tomasesquivelgc/blog-app
- Owner: tomasesquivelgc
- License: other
- Created: 2023-10-24T19:35:16.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-11-10T14:58:43.000Z (about 1 year ago)
- Last Synced: 2024-12-18T16:17:58.761Z (about 1 month ago)
- Topics: authentication, blog, postgresql, ruby, ruby-on-rails, userprofiles
- Language: Ruby
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** 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.
Client
Server
Database
- **PostgreSQL database**
- **Like and comment**
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
```
π€ **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)
- [X] **Model**
- [X] **View**
- [ ] **User Validation**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please leave a star!
I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.
This project is [MIT](./LICENSE) licensed.