Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eventstore/training-introduction-go
https://github.com/eventstore/training-introduction-go
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eventstore/training-introduction-go
- Owner: EventStore
- Created: 2022-02-14T12:39:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T12:24:26.000Z (over 2 years ago)
- Last Synced: 2024-06-21T01:42:38.696Z (5 months ago)
- Language: Go
- Size: 30.3 KB
- Stars: 0
- Watchers: 19
- Forks: 1
- 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 IDEAny problems please contact [email protected]