File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " koa-vue-notes-api" ,
3- "version" : " 1.2.5 " ,
3+ "version" : " 1.2.6 " ,
44 "description" : " A SPA using Koa as the backend and Vue as the frontend." ,
55 "author" : " John Datserakis" ,
66 "private" : false ,
Original file line number Diff line number Diff line change @@ -17,22 +17,22 @@ This is a simple SPA built using [Koa](http://koajs.com/) (2.3) as the backend a
1717- Koa-Ratelimit
1818- Koa-Bodyparser
1919- KCors
20- - Koa-Json-Error
21- - Koa-Useragent
20+ - Koa-Json-Error for JSON requests/responses
21+ - Koa-Useragent to get client user-agent data
2222- Bcrypt
23- - Sendgrind Mailer
24- - Joi
23+ - Sendgrind Mailer for email
24+ - Joi for input validation
2525- Fs-Extra
2626- JWT
27- - Nodemon
27+ - Nodemon for running in development
2828- Prettier
2929- Babel
30- - PM2
30+ - PM2 for running in production
3131- MySQL
3232- Knex with migrations and seeds
33- - Jest
34- - Faker
35- - log4js
33+ - Jest for testing
34+ - Faker to create seeds
35+ - log4js for logging
3636- And more...
3737
3838## Installing / Getting started
You can’t perform that action at this time.
0 commit comments