Skip to content

Commit af79bc8

Browse files
authored
Updated readme
1 parent 6e881c4 commit af79bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# express-mongoose-es8-rest-api
22

33
## Description
4-
Nodejs boilerplate with express,Mongoose,Mysql,ES8,Jwt to develop rest api
4+
Nodejs boilerplate with express,Mongoose,Mysql,JWT,ES6,ES7,ES8 support to develop REST api
55

66
[![specification](https://img.shields.io/badge/ES8/ECMASCRIPT-2017-yellow.svg)](https://www.ecma-international.org/ecma-262/8.0/index.html)
77
![node version](https://img.shields.io/badge/node-%3E%3D%208.10.0-brightgreen.svg)
@@ -13,7 +13,7 @@ Nodejs boilerplate with express,Mongoose,Mysql,ES8,Jwt to develop rest api
1313
![Dependencies](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)
1414

1515
## Features
16-
- ES8 supported via [babel](https://github.com/babel/babel) 7.*
16+
- ES6,ES7,ES8 supported via [babel](https://github.com/babel/babel) 7.*
1717
- Authentication via JWT with dynamic secret per user
1818
- Jwt middleware for authenticated routes management
1919
- Request validation using [joi](https://github.com/hapijs/joi)

0 commit comments

Comments
 (0)