A simple To Do List web-application with golang backend, vue.js frontend and a graphql api.
Go to file
gilex-dev e4c9563961 fix foreign key constraint not being enforced 2023-10-27 13:08:39 +02:00
.vscode generate Vue.js frontend 2023-10-24 16:51:58 +02:00
cmd add sqlite storage, implement CRUD queries 2023-10-10 22:26:07 +02:00
database fix foreign key constraint not being enforced 2023-10-27 13:08:39 +02:00
frontend add router & gql-client for FE, adapt BE routing 2023-10-26 23:22:42 +02:00
globals add sqlite storage, implement CRUD queries 2023-10-10 22:26:07 +02:00
graph apply formatting guidelines to existing files 2023-10-24 16:14:35 +02:00
server add router & gql-client for FE, adapt BE routing 2023-10-26 23:22:42 +02:00
.YetAnotherToDoList.yaml apply formatting guidelines to existing files 2023-10-24 16:14:35 +02:00
.editorconfig add contributing guide & associated config files 2023-10-20 13:57:04 +02:00
.gitattributes add contributing guide & associated config files 2023-10-20 13:57:04 +02:00
.gitignore integrate frontend into builds, add build tags 2023-10-24 22:29:07 +02:00
.prettierrc generate Vue.js frontend 2023-10-24 16:51:58 +02:00
CMD_HISTORY.md add router & gql-client for FE, adapt BE routing 2023-10-26 23:22:42 +02:00
CONTRIBUTIN.md add rules for time format, casing, sql & Codegen 2023-10-24 23:39:28 +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 integrate frontend into builds, add build tags 2023-10-24 22:29:07 +02:00
Makefile integrate frontend into builds, add build tags 2023-10-24 22:29:07 +02:00
README.md apply formatting guidelines to existing files 2023-10-24 16:14:35 +02:00
example.graphql apply formatting guidelines to existing files 2023-10-24 16:14:35 +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.yaml apply formatting guidelines to existing files 2023-10-24 16:14:35 +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 integrate frontend into builds, add build tags 2023-10-24 22:29:07 +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.

Contributing

For contributing see CONTRIBUTING.md.

License

GNU GPLv3 only