Important: WIP
A lightweight REST API server template with authentication basic functionality built in Go.
# Build the application:
go build -tags sqlite -o tripidium ./cmd/tripidium
# Prepare access token private key:
./tripidium token
# Set environment variables:
vim .env
# Run the server:
./tripidium serverThe server will start and listen on the configured address and port (default: localhost:8020).
- Auth
- Endpoints of server
- Requirements for project requirements, available environment variables, etc
- Structure for project structure details
