Skip to content

Backend for animal adoption platform - built with Golang, Postgresql, Redis, Google Cloud Storage, Fiber

Notifications You must be signed in to change notification settings

cjtim/be-friends-api

Repository files navigation

API

Prerequisite

  • Docker
  • Golang 1.17
  • Make

Local run

  • Start
    export LINE_CLIENT_ID=
    export LINE_SECRET_ID=
    export DATABASE_URL=postgresql://postgres:postgres@localhost:5432/be-friends?sslmode=disable
    
    make run
  • Cleanup
    make clean

About

Backend for animal adoption platform - built with Golang, Postgresql, Redis, Google Cloud Storage, Fiber

Resources

Stars

Watchers

Forks

Packages

No packages published