Skip to content

Commit 6e45c91

Browse files
updated readme
1 parent 32ea587 commit 6e45c91

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)