YetAnotherToDoList/README.md

21 lines
545 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).
2023-08-13 12:55:51 +02:00
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
2023-11-12 21:39:54 +01:00
For contributing see [CONTRIBUTING.md](./CONTRIBUTING.md).
2023-08-13 12:55:51 +02:00
## License
[GNU GPLv3 only](./COPYING.md)