Bug 276675

Summary: [NEW PORT] www/static-api: A fake API REST for testing
Product: Ports & Packages Reporter: jjachuf
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: New ---    
Severity: Affects Some People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
static-api diff file none

Description jjachuf 2024-01-28 02:40:59 UTC
Created attachment 248025 [details]
static-api diff file

This is a simple application emulating a basic REST API. It allows CRUD operations (Create, Read, Update, Delete) on different collections, where each collection is represented as a JSON file in the file system. If the collection does not exist, it is automatically created.