https://github.com/a8m/ent-graphql-example
The code for https://entgo.io/docs/tutorial-setup
https://github.com/a8m/ent-graphql-example
Last synced: about 1 year ago
JSON representation
The code for https://entgo.io/docs/tutorial-setup
- Host: GitHub
- URL: https://github.com/a8m/ent-graphql-example
- Owner: a8m
- License: apache-2.0
- Created: 2021-03-10T12:25:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T17:34:34.000Z (over 3 years ago)
- Last Synced: 2025-03-18T11:11:28.578Z (about 1 year ago)
- Language: Go
- Size: 162 KB
- Stars: 62
- Watchers: 5
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ent-graphql-example
The code for https://entgo.io/docs/tutorial-setup
## Installation
```console
git clone git@github.com:a8m/ent-graphql-example.git
cd ent-graphql-example
go run ./cmd/todo/
```
Then, open [localhost:8081](http://localhost:8081) to see the GraphQL playground.
## Report Issues / Proposals
The issue tracker for this repository is located at [ent/ent](https://github.com/ent/ent/issues).
## Join the ent Community
In order to contribute to `ent`, see the [CONTRIBUTING](https://github.com/ent/ent/blob/master/CONTRIBUTING.md) file for how to go get started.
If your company or your product is using `ent`, please let us know by adding yourself to the [ent users page](https://github.com/ent/ent/wiki/ent-users).
## License
This project is licensed under Apache 2.0 as found in the [LICENSE file](LICENSE).