- Install the latest version of Docker desktop (https://www.docker.com/products/docker-desktop/)
- Install the latest version of Go (https://go.dev/)
- From the root directory, run the following commands:
go mod tidy
- (If you'd like to skip the next steps on running a docker container, you can just run
go run server.go
) docker build -t docker-lodgenet-gql .
- This should publish an image of your container. Check the images section of your docker desktop app.
docker run --publish 8080:8080 docker-lodgenet-gql
- This should run a container based off of the image you created
- Check http://localhost:8080. You should see the igql app.
- Run a query to test that data is retrieved.
- You should now be able to get data in the FE app.
-
Notifications
You must be signed in to change notification settings - Fork 0
syobonaction/lodgenet_gql
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published