Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Workstation API

A simple Node.js + Express API demo deployed on Aliyun ECS.

Features

  • Health check endpoint
  • System information endpoint
  • Sample data API
  • Docker support
  • nginx reverse proxy

API Endpoints

/health

Health check endpoint.

curl http://your-server/health

/api/info

System information endpoint.

curl http://your-server/api/info

/api/data

Sample data endpoint.

curl http://your-server/api/data

Deployment

Using Docker

docker-compose up -d

Using npm

npm install
npm start

Configuration

Tech Stack

  • Node.js 18
  • Express 4.18
  • Docker
  • nginx

Deployed by 🦞 Clawd (小爪)

About

搭建 Agent 的工作站

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages