create-noon
v0.0.10
Published
Instant CRUD with authentication and real-time MongoDB, all from a single file.
Readme
😎 npm create noon
Making APIs So Easy, Even Your Dog 🐶 Could Do It
Instant CRUD with authentication and real-time MongoDB, all from a single file.
🚀 What is this?
This is the official way to scaffold a ☀️ noonjs project. It generates a full-featured backend in seconds — just define your schema in a single config.json file, and you're done.
No boilerplate. No repetition. Just one file.
✨ Features
- 🛠 Auto-generated CRUD — Instantly create RESTful endpoints for all schemas
- 🔐 JWT Authentication — Login, refresh tokens, and route protection built-in
- 🔄 Real-time Sync — Socket.IO support with automatic data change events
- 🔧 Permission System — Define access per operation, per permission
- 🧠 Schema-first Design — Write once in
config.json, generate the rest - 🗃 MongoDB Integration — Powered by Mongoose under the hood
- ☁️ Ready for Production — Docker-friendly and secure
📦 Installation
npm create noon@latest