A database that's as easy to use as SQLite but also offers the strength and reliability of a distributed system.
To use the template, run the following command(s):
-
Download or upgrade to
golang 1.19
. -
Install all project golang dependencies by running
go mod download
.
-
Compile shrek to machine binary by running the following project level command(s):
- Using Make:
make build-app
- Using Make:
-
To run the compiled binary, you can use the following project level command(s):
- Using Make:
make run-app
- Direct Call:
./bin/shrek
- Using Make: