create-node-express-v2
v0.1.5
Published
A CLI to start with Node and Express backend
Downloads
1
Readme
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