Skip to content

A simple TODO application with Golang, Fiber, MongoDB and HTML/Template

Notifications You must be signed in to change notification settings

peterdee/go-fiber-todo

Repository files navigation

go-fiber-todo

A simple TODO application with Golang, Fiber, MongoDB and HTML Template engine

Stack: Fiber, Golang, MongoDB, HTML/Template

DEV: http://localhost:5511

STAGE: https://golang-todo.herokuapp.com

Deploy

Golang 1.15.X is required

git clone https://github.com/peterdee/go-fiber-todo
cd ./go-fiber-todo

Environment variables

The .env file is required, see the .env.example for details

Launch (local)

go run ./

Can be used with AIR, see the run.sh file for details

Heroku

The stage branch of the project is deployed to Heroku automatically