-
- Downloads
You need to sign in or sign up before continuing.
public release
parents
No related branches found
No related tags found
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- .gitlab-ci.yml 34 additions, 0 deletions.gitlab-ci.yml
- Dockerfile 14 additions, 0 deletionsDockerfile
- README.md 14 additions, 0 deletionsREADME.md
- db.json 14 additions, 0 deletionsdb.json
- family-status-certificate-template.docx 0 additions, 0 deletionsfamily-status-certificate-template.docx
- family-status-certificate-template.pdf 0 additions, 0 deletionsfamily-status-certificate-template.pdf
- index.js 0 additions, 0 deletionsindex.js
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 20 additions, 0 deletionspackage.json
- routes.json 3 additions, 0 deletionsroutes.json
- swagger-family-status-certificate.yaml 108 additions, 0 deletionsswagger-family-status-certificate.yaml
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
README.md
0 → 100644
db.json
0 → 100644
family-status-certificate-template.docx
0 → 100644
File added
family-status-certificate-template.pdf
0 → 100644
File added
index.js
0 → 100644
This diff is collapsed.
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "family-status-certificate-mock-api", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"js-yaml": "^4.1.0", | ||
"json-server": "^0.17.0", | ||
"multer": "^1.4.5-lts.1", | ||
"swagger-ui": "^4.10.3", | ||
"swagger-ui-dist": "^4.10.3", | ||
"swagger-ui-express": "^4.3.0" | ||
} | ||
} |
routes.json
0 → 100644
swagger-family-status-certificate.yaml
0 → 100644
Please register or sign in to comment