mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-09-19 13:48:47 +00:00
Add README
This commit is contained in:
7
README.MD
Normal file
7
README.MD
Normal file
@@ -0,0 +1,7 @@
|
||||
# Comunic API v2
|
||||
New Comunic API written with Node.JS and using Express
|
||||
|
||||
## Run server
|
||||
```
|
||||
./run.sh
|
||||
```
|
@@ -4,7 +4,6 @@
|
||||
"description": "New API for Comunic",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"run": "tsc && node dist/main.js"
|
||||
},
|
||||
"author": "",
|
||||
|
Reference in New Issue
Block a user