A simple To Do List web-application with golang backend, vue.js frontend and a graphql api.
Go to file
gilex-dev 3da160afc2 add sqlite storage, implement CRUD queries 2023-10-10 22:26:07 +02:00
cmd add sqlite storage, implement CRUD queries 2023-10-10 22:26:07 +02:00
database add sqlite storage, implement CRUD queries 2023-10-10 22:26:07 +02:00
globals add sqlite storage, implement CRUD queries 2023-10-10 22:26:07 +02:00
graph add sqlite storage, implement CRUD queries 2023-10-10 22:26:07 +02:00
server add sqlite storage, implement CRUD queries 2023-10-10 22:26:07 +02:00
.YetAnotherToDoList.yaml add sqlite storage, implement CRUD queries 2023-10-10 22:26:07 +02:00
.gitignore initial commit 2023-08-13 12:55:51 +02:00
CMD_HISTORY.md add sqlite storage, implement CRUD queries 2023-10-10 22:26:07 +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
INSTALL.md add sqlite storage, implement CRUD queries 2023-10-10 22:26:07 +02:00
Makefile add build version, Makefile & install instructions 2023-09-19 15:17:03 +02:00
README.md add sqlite storage, implement CRUD queries 2023-10-10 22:26:07 +02:00
example.graphql add sqlite storage, implement CRUD queries 2023-10-10 22:26:07 +02:00
go.mod add sqlite storage, implement CRUD queries 2023-10-10 22:26:07 +02:00
go.sum add sqlite storage, implement CRUD queries 2023-10-10 22:26:07 +02:00
gqlgen.yml add sqlite storage, implement CRUD queries 2023-10-10 22:26:07 +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.

Instructions on how to install can be found in INSTALL.md.

Once installed, you might want to run the queries in example.graphql.

License

GNU GPLv3 only