1.0.2 • Published 1 year ago

build-backend v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

create-backend

CLI Command for creating Typecript BACKEND folder that contains all the basic files to start working with mySQL or MongoDB. it will automatically install all dependencies. it can be used with react , angular.. create all files of backend with partititions that makes you create a clean and nice code.

Installation:

npm i -g build-backend

CLI Commands:

build mysql build backend folder using MySql. build mongodb build backend folder using MongoDb.

npm start to run the backend

-it run as node not nodemon , if you would like to run the project as nodemon please change in package.json "start": "nodemon --exec ts-node src/app.ts"