1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 13:29:22 +00:00

Add README

This commit is contained in:
Pierre HUBERT 2019-11-21 16:11:04 +01:00
parent d335e380b5
commit a17ae688e4
3 changed files with 9 additions and 1 deletions

7
README.MD Normal file
View File

@ -0,0 +1,7 @@
# Comunic API v2
New Comunic API written with Node.JS and using Express
## Run server
```
./run.sh
```

View File

@ -4,7 +4,6 @@
"description": "New API for Comunic", "description": "New API for Comunic",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "tsc && node dist/main.js" "run": "tsc && node dist/main.js"
}, },
"author": "", "author": "",

2
run.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
npm run-script run