Update README.md

This commit is contained in:
Divlo
2020-04-12 17:39:05 +02:00
parent d902d40e6e
commit 20bbe9b553
7 changed files with 74 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@ -4,7 +4,8 @@
"description": "Backend REST API for FunctionProject",
"main": "app.js",
"scripts": {
"start": "nodemon app.js"
"start": "node app.js",
"dev": "nodemon app.js"
},
"keywords": [],
"author": "Divlo",