25 lines
254 B
Markdown
Executable File
25 lines
254 B
Markdown
Executable File
|
|
## Versions
|
|
|
|
* Node 14.15.4
|
|
* npm 6.14.10
|
|
|
|
## Deploy in developer mode
|
|
|
|
```bash
|
|
git clone http://git.wacanal.cloud/ernie/api-secure-databank.git
|
|
cd api-secure-databank
|
|
```
|
|
|
|
## Install dependencies
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
## Run
|
|
|
|
```bash
|
|
npm start
|
|
```
|