mongoose-admin-panel-frontend

Package for generating an admin panel frontend for Mongoose.

Usage no npm install needed!

<script type="module">
  import mongooseAdminPanelFrontend from 'https://cdn.skypack.dev/mongoose-admin-panel-frontend';
</script>

README

Mongoose Admin Panel

Package for generating an admin panel for Mongoose. It comes out of the box with a React front-end and an Express back-end. Fully customizable. It supports user permissions, relationships and ensure theirs integrity.

Screenshots

Few examples from Mongoose Admin Panel - Example Screenshot 0 Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6

Short Setup

If you are searching for a simple solution to generate an admin panel, just download the example project, load your mongoose models and the job's done. Follow the instructions on Mongoose Admin Panel - Example.