https://github.com/9d4/gondos
web template or boilerplate in go
https://github.com/9d4/gondos
Last synced: 10 months ago
JSON representation
web template or boilerplate in go
- Host: GitHub
- URL: https://github.com/9d4/gondos
- Owner: 9d4
- Created: 2024-01-31T04:47:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T04:23:12.000Z (over 2 years ago)
- Last Synced: 2025-03-24T18:14:20.023Z (about 1 year ago)
- Language: Go
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gondos
This is template prototype for my next project (maybe). This may not for everyone. I'm trying to craft this because I want to get started quickly whenever needed.
>This example is a simple list app where user can register and login. Authentication using JWT Token. User can create list and add item to the list, also deletion is avalable. Accessible both in rest and graphql.
### Requirements
- [Just a command runner](github.com/casey/just)
- [Go](go.dev)
### Run
Execute `just` to see list of available commands.
```shell
$ just
```