Hello dear colleagues ! π©π»βπ»
We are very happy to launch the v1 of CASE π
CASE is a full stack framework combining Angular and NestJS.
CASE's purpose it to ship very fast CRUD apps like dashboards, admin panels and ERP without having to trade-off any of your freedom π
Here a few specs:
- CLI based on Angular/Nest syntax to create Resources and Props in 1 command
- RBAC system with roles, permissions
- 50+ UI elements with logic and validation (inputs, filters...)
- file upload/download system and Word/PDF/Excel generation,
- Total control of your code
We are currently looking for BETA testers to give us feedback and advice on the direction to take πππ
If you are interested go try the CASE Framework and contact us through our Discord.
A backend so simple that it fits in a YAML file
Manifest is the simplest backend you can find:
# manifest/backend.yml
name: Healthcare application π₯
entities:
Doctor π©πΎββοΈ:
properties:
- fullName
- avatar
- { name: price, type: money, options: { currency: EUR } }
belongsTo:
- City
Patient π€:
properties:
- fullName
- { name: birthdate, type: date }
belongsTo:
- Doctor
City π:
properties:
- name
Key features
- β‘ Develop 10x faster comparing to traditional approaches
- π Super-easy syntax easy to read and version control
- ποΈ Self-hosted free open source software
Getting started
Simply run this terminal command to add Manifest locally:
npx add-manifest
Note
Manifest is on BETA. We would love to have your feedback! If something does not work as expected, please open a Github issue. For any other thing, let us know through Theβ¦
Top comments (0)