build-backend

1.0.2 • Public • Published

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"

/build-backend/

    Package Sidebar

    Install

    npm i build-backend

    Weekly Downloads

    3

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    18.5 kB

    Total Files

    4

    Last publish

    Collaborators

    • georgeakdev