Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ardafirdausr/todo-server
API for Simple todo app
https://github.com/ardafirdausr/todo-server
echo-framework golang google-sso mongo-db
Last synced: 3 days ago
JSON representation
API for Simple todo app
- Host: GitHub
- URL: https://github.com/ardafirdausr/todo-server
- Owner: ardafirdausr
- Created: 2021-04-08T04:19:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-17T03:54:05.000Z (over 3 years ago)
- Last Synced: 2024-10-17T10:33:08.872Z (19 days ago)
- Topics: echo-framework, golang, google-sso, mongo-db
- Language: Go
- Homepage: https://todo.eksperimen.site
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Todo
Backend of Simple Todo App.
The Client of this App is available in [here](https://github.com/ardafirdausr/todo-client)### Run The App
1. Copy env.exampe to .env
2. Fill the config
3. Run `go get ./...`
4. Run `go run ./cmd/todo/main.go`