Skip to content

petpal-project/v0.1.0-go-migration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PetPal API

Backend API server for the PetPal project written in Go. Uses Gin framework.

Running locally

Download a Google Service Account key from the PetPal firebase console, and set the path in your environment

export GOOGLE_APPLICATION_CREDENTIALS=relative/path/to/key.json
export DB_HOST=<db-host>
export DB_PORT=<db-port>
export DB_NAME=<db-name>
export DB_USER=<db-username>
export DB_PASS=<db-password>
go run .

Viewing The Docs

SwaggerUI endpoint coming soon

To see the UI for the OApi Documentation

  1. Download the OpenAPI (Swagger) Editor for VSCode
  2. Select the following from the Command Palette OpenAPI: show preview using Swagger UI . ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%