https://github.com/eventstore/training-introduction-go
https://github.com/eventstore/training-introduction-go
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eventstore/training-introduction-go
- Owner: EventStore
- Created: 2022-02-14T12:39:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T12:24:26.000Z (almost 4 years ago)
- Last Synced: 2025-01-04T10:07:58.892Z (about 1 year ago)
- Language: Go
- Size: 30.3 KB
- Stars: 0
- Watchers: 19
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instructions for setting up the project
**You'll need to have [Go 1.16 or higher](https://go.dev/dl/) and [docker](https://www.docker.com/products/docker-desktop) installed to be able to run the project and tests.**
1. Clone this repository `git clone https://github.com/EventStore/training-introduction-go.git`
2. Make sure you are on the `main` branch
3. Locate and run `docker-compose.yml`
4. Run the tests `go test -v ./...`
5. Run the project `go run .`
6. Open the project with your IDE
Any problems please contact training@eventstore.com