Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mg52/go-list
https://github.com/mg52/go-list
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mg52/go-list
- Owner: mg52
- License: mit
- Created: 2024-04-15T19:46:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-15T19:49:40.000Z (7 months ago)
- Last Synced: 2024-04-21T17:07:24.501Z (7 months ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoList
GoList is a demonstration project for html template in golang with angular js and bootstrap.
It shows not only a simple template, even a web site can be rendered and can be interacted by golang server.
## Usage
```bash
go run .
```
Go to localhost:8080/[any-key]You can add tasks to your key (route in the url). It saves the tasks in a map in the code.
## License
[MIT](https://choosealicense.com/licenses/mit/)