build-backend
v1.0.2
Published
Create backend folder for any project by choosing mySql or mongoDB (nodejs)
Maintainers
Readme
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-backendCLI 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"
