Skip to content

Reg-Kris/pyairtable-workspace-service-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workspace-service

Workspace and project management

Port

  • Default: 8084

Development

# Install dependencies
go mod download

# Run locally
make run

# Run with hot reload
make dev

# Build Docker image
make docker-build

# Run tests
make test

API Endpoints

  • GET /health - Health check
  • GET /api/v1/info - Service information

Environment Variables

  • PORT - Service port (default: 8084)
  • LOG_LEVEL - Logging level (default: info)

About

Workspace management service for PyAirtable

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages