express-mongodb-backend
v1.0.5
Published
Create a full TypeScript Express backend with src/app structure + auth & user modules in one command.
Downloads
527
Maintainers
Readme
express-mongodb-backend
One command to create a full backend app with your src/app/* structure.
By default it generates only 2 modules: auth and user.
npx express-mongodb-backend <project-name>
## Options
```bash
npx express-mongodb-backend tourManagement --modules auth user booking
npx express-mongodb-backend tourManagement --force