Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 495 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 495 Bytes

superlit-backend

Backend For Superlit, Written In Go

Setup

  1. Install golang
  2. Run the following to install all dependencies
go mod tidy
  1. Populate the .env file. A template is provided in .env.example

Note: Everything in the .env file and the private key are a secret and are not supposed to be shared.

  1. You can run using:
go run main.go

Commit Conventions