Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luisanthony196/gcp
- Owner: luisanthony196
- Created: 2021-12-02T02:26:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T22:32:24.000Z (about 1 year ago)
- Last Synced: 2023-11-10T23:27:41.602Z (about 1 year ago)
- Language: Java
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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