Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peterdee/go-fiber-todo
- Owner: peterdee
- Created: 2020-09-22T14:45:18.000Z (over 4 years ago)
- Default Branch: stage
- Last Pushed: 2020-10-08T10:57:26.000Z (over 4 years ago)
- Last Synced: 2024-11-20T14:51:01.592Z (3 months ago)
- Topics: fiber, golang, html-template, mongodb, todoapp
- Language: Go
- Homepage: https://golang-todo.herokuapp.com/
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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