Skip to content

tallestlegacy/db-controller

Repository files navigation

(mongo)DB controller

A simple form builder to manage mongodb collections

Running the code

  1. Clone this repo and install dependencies using PNPM
  2. Make sure you have a running MongoDB instance

Building your schemas

image

You'll need to define collection metadata and fields with field types

image

Managing content

image

image