Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/9d4/gondos
web template or boilerplate in go
https://github.com/9d4/gondos
Last synced: about 1 month 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-06T04:23:12.000Z (11 months ago)
- Last Synced: 2024-02-06T09:28:08.437Z (11 months 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
```