YetAnotherToDoList/README.md

14 lines
468 B
Markdown
Raw Normal View History

2023-08-13 12:55:51 +02:00
# YetAnotherToDoList
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
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).
Instructions on how to install can be found in [INSTALL.md](./INSTALL.md).
Once installed, you might want to run the queries in [example.graphql](./example.graphql).
2023-08-13 12:55:51 +02:00
## License
[GNU GPLv3 only](./COPYING.md)