Categorygithub.com/EagleLizard/jcd-api
repository
0.0.0-20240926100159-850f3bd47edc
Repository: https://github.com/eaglelizard/jcd-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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