/jcd-api

new and improved

Primary LanguageGo

jcd-api

Prerequisites

  • Go 1.23.1+
  • air
    • For hot reload
  • fswatch
    • For compile-on-change

Getting Started

Environment Variables

Some environment variables are required. In the case that the env var is a secret, provide a base64 encoded string.

The project uses godotenv for loading environment vars during development. Provide env vars in a .env file at the project root:

touch .env

Run the Server

make build
./bin/jcd-api

Hot reload:

make watch