1.0.15 • Published 11 months ago

create-manish-express-app v1.0.15

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

create-manish-express-app

This is a template project to setup ExpressJS project in Type-Script as fast ⚡ as possible.

Installation

$ npx create-manish-express-app <your_project_name> <yarn/npm>

What does it offers?

  • Fastest and easiest possible way to implement an API
  • Proper File Structure of ExpressJS
  • Multer File Uploader Integrated
  • "bcrypt" for Passwords Integrated
  • JWT (jsonwebtoken) Integrated
  • Basic Login and User CRUD operation APIs
  • It will compile in ES2022 JavaScript version
  • 'dotenv' Integrated
  • Have Collection of HTTP status codes

Post-Installation

If you want to make a production-ready code : $ yarn build OR for NPM user $ npm run build

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago