1.0.1 • Published 3 years ago

@akshith_pottigari/backendgenerator v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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