@akshith_pottigari/backendgenerator
v1.0.1
Published
Project for instantiating projects via cli
Downloads
5
Maintainers
Readme
Backend Generator with auth
Pretty simple and straight forward setup.
This package creates a boilerplate code which in turn, reduces the time in setting up any Express Server which requires TypeScript, JWT and Authorization.
Installation
Install Backend Generator:
$ npm i @akshith_pottigari/backendgenerator
Installing globally:
$ npm i -g @akshith_pottigari/backendgenerator
And after that run:
$ cd <project-location>
$ npm install
Using backendgenerator:
- Run the below command:
$ backendgenerator
- Choose the templates which you think it'll suit best for your project.
- Type the name of your project. And DONE.
Starting server / run the application:
$ cd <project-location>
$ npm run start