Skip to content

peterdee/2fa-backend

Repository files navigation

2FA Backend

Backend application for 2FA Mobile

Stack: Golang, Fiber, GORM

Development: http://localhost:2244

Heroku: https://backend2fa.herokuapp.com

Deploy

git clone https://github.com/peterdee/2fa-backend
cd ./2fa-backend
gvm use go1.18
go mod download

Environment variables

The .env file is required for all of the environments except for Heroku, see .env.example for details

Launch

go run ./

Can be launched with AIR

Heroku

The release branch is automatically deployed to Heroku

License

MIT