Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luisanthony196/gcp

Programacion reactiva con spring boot
https://github.com/luisanthony196/gcp

Last synced: about 1 month ago
JSON representation

Programacion reactiva con spring boot

Awesome Lists containing this project

README

        

# GCP

Análisis de datos usando programación reactiva con rxjava

## Getting started

### Setting up a project

* Move into your projects directory: `cd ~/[YOUR_PROJECTS_DIRECTORY]`
* Clone this repository: `git clone https://github.com/luisanthony196/GCP GCP`
* Move into the project directory: `cd GCP`
* Install the dependencies: `mvn clean install`

### Start the project

* Move into the project directory: `cd ~/[YOUR_PROJECTS_DIRECTORY]/GCP`
* Run the development task: `mvn spring-boot:run`
* Starts a server running at http://localhost:8080
* Automatically restarts when any of your files change

## Databases

Los datos se encuentran almacenados en un archivo txt llamado **restaurantes.txt** ubicado en la carpeta *resources*

## Deployment

Actualmente no esta preparado para el despliegue