Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanmachuca95/go-juan
API realizada con Golang para consumir datos desde mysql (base de datos remota).
https://github.com/juanmachuca95/go-juan
go golang heroku
Last synced: about 2 months ago
JSON representation
API realizada con Golang para consumir datos desde mysql (base de datos remota).
- Host: GitHub
- URL: https://github.com/juanmachuca95/go-juan
- Owner: juanmachuca95
- Created: 2021-04-13T11:24:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T17:19:12.000Z (over 3 years ago)
- Last Synced: 2024-11-06T13:46:27.369Z (3 months ago)
- Topics: go, golang, heroku
- Language: Go
- Homepage: https://go-juan.herokuapp.com
- Size: 2.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GO-JUAN
This API is a simple project Golang that serve like base for future api go.
Is my first API - Treat it with love
Autor: Machuca JuanIMPORTANT´S STEPS:
- 1. git clone https://github.com/juanmachuca95/go-juan
- 2. Create a file .env
- 3. Copy env-example's content to your .env file
- 4. Configure your connection variables
- 5. Enjoys!Nota: para la conección a una base de datos remota se debe configurar la base de datos desde
el servidor primero y luego obtener esos datos para recien realizar la coneccion.Está prueba se realizo con hostinger donde
4.1 - se de configurar la conección remota y elegir una base de datos
4.2 - Se debe obtener la ip del servidor y los datos de coneccion especifica de dicha base de datos
4.3 - SUCCESSFULL!