Nestjs Admin

screenshot of Nestjs Admin
bootstrap

A generic administration interface for TypeORM entities

Overview:

NestJS Admin is a user interface designed for administrative tasks, allowing users to manage entities through features like listing, editing, creating, and deleting. Inspired by Django admin, this tool is a work in progress with an unstable API. Users can add NestJS Admin to their project dependencies to access the interface and manage entities conveniently.

Features:

  • User Interface: Provides a ready-to-use interface for managing administrative activities.
  • Entity Management: Allows users to list, edit, create, and delete entities with ease.
  • Inspired by Django Admin: Heavily influenced by Django admin from concept to API design.
  • Entity Registration: Users can register entities within the admin site for easy access.
  • Compatibility: Compatible with various libraries like @nestjs/common, @nestjs/core, @nestjs/platform-express, @nestjs/typeorm, and typeorm.
  • Contributions Welcome: Open to contributions for implementing new features inspired by Django Admin.
  • Example App: Includes an example application to demonstrate the usage of NestJS Admin.
bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.