@akshith_pottigari/backendgenerator

1.0.1 • Public • Published

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:

  1. Run the below command:
  $ backendgenerator
  1. Choose the templates which you think it'll suit best for your project.
  2. Type the name of your project. And DONE.

Starting server / run the application:

  $ cd <project-location>
  $ npm run start

Authors

Package Sidebar

Install

npm i @akshith_pottigari/backendgenerator

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

823 kB

Total Files

48

Last publish

Collaborators

  • akshith_pottigari