Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 636 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 636 Bytes

Shrek

A database that's as easy to use as SQLite but also offers the strength and reliability of a distributed system.

Setup

To use the template, run the following command(s):

  1. Download or upgrade to golang 1.19.

  2. Install all project golang dependencies by running go mod download.

To Run

  1. Compile shrek to machine binary by running the following project level command(s):

    • Using Make: make build-app
  2. To run the compiled binary, you can use the following project level command(s):

    • Using Make: make run-app
    • Direct Call: ./bin/shrek