Files
mygo/mygo.server/README.md
Huxley Deng c737ff24d8 Init commit.
Add: simple project structure for `mygo.server`.

Add: README files.
2025-06-20 16:45:01 +08:00

443 B

MyGO Server

This is the server backend of MyGO.

TODO

  • CLI
  • Web (JWT) Authentication
  • User Administration APIs
  • File upload and download (HTTP)

Usage

To run the server simply:

mygo web

To run the server with specified configuration file (default: ./config.yml):

mygo web -c /path/to/config.yml

Commands

mygo web

Run the HTTP web server and listen on the specified port.