Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 402 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 402 Bytes

cactus

Cactus is an open source no-code backend service with integrated database, data validation, entity/relationship builder and REST apis.

Features

  • Rest-API Creator
  • Sqlite database integration
  • Data type validation
  • Entity-Relationship builder

Scripts

  • test
npm run test
  • start the client server
pnpm start:ui
  • start the backend server
pnpm start:server