/filtering-backend

Brille module demo - backend

Primary LanguageGoMIT LicenseMIT

filtering-backend

This backend application is a Brille module demo

Frontend application code is available at https://github.com/peterdee/filtering-frontend

DEV: http://localhost:8910

PRODUCTION: https://brille-demo.onrender.com

Deploy

Minimal required Golang version: v1.18

git clone https://github.com/peterdee/filtering-backend
cd ./filtering-backend
gvm use 1.18
go mod download

Environment variables

The .env file is required unless this application is launched on Render

See .env.example for details

Launch

go run ./

Required to be used with AIR

Render deployment

This application (release branch) is automatically deployed to Render

Available at https://brille-demo.onrender.com

License

MIT