0.1.5 • Published 4 years ago

create-node-express-v2 v0.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

CREATE-NODE-EXPRESS

Create Node Express is a way to create NodeJS backend application with typescript and express js. It offers a modern build setup with no configuration.

Installation

$ npm install -g create-node-express-v2
OR
$ yarn global add create-node-express-v2

Use

$ cd 'path/to/create/backend'
$ create-node-express

Folders created:

  • Test
  • Api
  • Errors
  • Helpers
  • Model
  • Routes
  • Typings
  • Util
  • index.ts

Tech

  • Typescript
  • Node js
  • Express js
  • Nodemon
  • Mongo DB

Todos

  • Write Tests
  • Model user for Mongo DB
  • Authorization and login with Mongo DB

License

MIT

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago