21 lines
545 B
Markdown
21 lines
545 B
Markdown
# 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](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).
|
|
|
|
## Contributing
|
|
|
|
For contributing see [CONTRIBUTING.md](./CONTRIBUTING.md).
|
|
|
|
## License
|
|
|
|
[GNU GPLv3 only](./COPYING.md)
|