colabco / cbld-api

GNU General Public License v3.0
0 stars 0 forks source link

added stub open-api spec + corresponding routes, prettier #6

Closed lululeon closed 2 months ago

lululeon commented 2 months ago

Added prettier and some other tooling, but mainly:

API Reference / Documentation Page image

API Routes These are just nonsense routes to get us going

└── / (GET, HEAD)
    ├── docs (GET, HEAD)
    │   └── /@scalar/fastify-api-reference/js/browser.js (GET, HEAD)
    ├── example (GET, HEAD)
    │   └── / (GET, HEAD)
    └── v0/projects (GET, HEAD)
        └── / (GET, HEAD)
            ├── owned-by/:userId (GET, HEAD)
            ├── with-member/:userId (GET, HEAD)
            └── :projectId (GET, HEAD)

:pencil: Note: