A simple To Do List web-application with golang backend, vue.js frontend and a graphql api.
Go to file
gilex-dev 422ee93b44 add viper configuration & logger 2023-09-01 23:42:19 +02:00
cmd add viper configuration & logger 2023-09-01 23:42:19 +02:00
graph follow "gqlgen getting started" 2023-09-01 21:33:26 +02:00
server add viper configuration & logger 2023-09-01 23:42:19 +02:00
.YetAnotherToDoList.yaml add viper configuration & logger 2023-09-01 23:42:19 +02:00
.gitignore initial commit 2023-08-13 12:55:51 +02:00
CMD_HISTORY.md generate gqlgen scaffolding 2023-08-20 00:08:32 +02:00
COPYING.md add/fix license header, add licenseCmd, move license to COPYING.md and switch to GPLv3-only 2023-08-19 20:35:29 +02:00
README.md add/fix license header, add licenseCmd, move license to COPYING.md and switch to GPLv3-only 2023-08-19 20:35:29 +02:00
go.mod generate gqlgen scaffolding 2023-08-20 00:08:32 +02:00
go.sum generate gqlgen scaffolding 2023-08-20 00:08:32 +02:00
gqlgen.yml follow "gqlgen getting started" 2023-09-01 21:33:26 +02:00
main.go add/fix license header, add licenseCmd, move license to COPYING.md and switch to GPLv3-only 2023-08-19 20:35:29 +02:00
tools.go generate gqlgen scaffolding 2023-08-20 00:08:32 +02:00

README.md

YetAnotherToDoList

A simple To Do List Web Application with Go backend, Vue.js frontend and a GraphQL API

This is a simple project I created to learn the Go language, GraphQL and Vue.js.

License

GNU GPLv3 only