Skip to content

rodrigoherera/know-vegan-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Know vegan service

Know vegan service is the backend service for React Native Application know-vegan-app. The backend is used to enable the CURL for Categories, Products and Ingredients, using Go, Gin and GORM to control the api access and the way to comunicate with the SQL.

Setup

You need to have running a MySQL server

go mod download
go run main.go

Usage

Normally to access to the backend from the app is neccessary to expose a public URL, with the localhost is not enought, here you can use ngrok to attach your localhost endpoint to the public URL that ngrok gives you and with that you can access publicly to the resources.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published