2023-08-13 12:55:51 +02:00
|
|
|
# YetAnotherToDoList
|
|
|
|
|
2023-10-20 13:59:19 +02:00
|
|
|
A simple To Do List Web Application with Go backend, Vue.js frontend and a
|
|
|
|
GraphQL API.
|
2023-08-13 12:55:51 +02:00
|
|
|
|
2023-10-20 13:59:19 +02:00
|
|
|
This is a simple project I created to learn the [Go](https://go.dev/) language,
|
|
|
|
[GraphQL](https://graphql.org/) and [Vue.js](https://vuejs.org).
|
2023-08-13 12:55:51 +02:00
|
|
|
|
2023-10-10 22:26:07 +02:00
|
|
|
Instructions on how to install can be found in [INSTALL.md](./INSTALL.md).
|
|
|
|
|
2023-10-20 13:59:19 +02:00
|
|
|
Once installed, you might want to run the queries in
|
|
|
|
[example.graphql](./example.graphql).
|
2023-10-10 22:26:07 +02:00
|
|
|
|
2023-10-20 13:50:10 +02:00
|
|
|
## Contributing
|
|
|
|
|
2023-11-12 21:39:54 +01:00
|
|
|
For contributing see [CONTRIBUTING.md](./CONTRIBUTING.md).
|
2023-10-20 13:50:10 +02:00
|
|
|
|
2023-08-13 12:55:51 +02:00
|
|
|
## License
|
|
|
|
|
2023-08-19 20:35:29 +02:00
|
|
|
[GNU GPLv3 only](./COPYING.md)
|