Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peterdee/go-fiber-todo

A simple TODO application with Golang, Fiber, MongoDB and HTML/Template
https://github.com/peterdee/go-fiber-todo

fiber golang html-template mongodb todoapp

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

## go-fiber-todo

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

Stack: [Fiber](https://gofiber.io/), [Golang](https://golang.org/), [MongoDB](https://www.mongodb.com/), [HTML/Template](https://golang.org/pkg/html/template/)

DEV: http://localhost:5511

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

### Deploy

Golang **1.15.X** is required

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

### Environment variables

The `.env` file is required, see the [.env.example](.env.example) for details

### Launch (local)

```shell script
go run ./
```

Can be used with [AIR](https://github.com/cosmtrek/air), see the [run.sh](run.sh) file for details

### Heroku

The `stage` branch of the project is deployed to Heroku automatically