A RESTful API built in Deno for the Roblox Building Game, Wubby
- This API uses PostgreSQL for its database.
- Specific endpoints can be protected with API Keys, and they must be defined manually in routes.ts.
deno run -A ./src/server.ts
GET /v1/worldCount
GET /v1/worldInfo/:id
GET /v1/userInfo/:id
GET /v1/searchWorld?query= &limit=
POST /v1/insertWorld
PATCH /v1/updateWorld