first commit
Showing
.idea/.gitignore
0 → 100644
.idea/cicd_started.iml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
Dockerfile
0 → 100644
docker-compose.yml
0 → 100644
ecosystem.config.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "gitlabci-started", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "server.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node server.js" | ||
}, | ||
"author": "Mai Trung Duc <maitrungduc1410@gmail.com> (https://maitrungduc1410.github.io)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"express": "^4.17.1" | ||
} | ||
} |
server.js
0 → 100644
Please register or sign in to comment