Go to file Use this template
Sambo Chea 9af0a6728e
All checks were successful
continuous-integration/drone/push Build is passing
Add server port in env
2021-09-13 20:50:53 +07:00
.husky Updated husky and install for prettier 2021-09-13 20:28:43 +07:00
packages Task: Updated lerna.json and add yarn workspaces and ts-common package and fixed the tsconfig 2021-09-13 20:19:28 +07:00
src Updated readme 2021-09-13 20:25:18 +07:00
.dockerignore Task: Add Dockerfile and support DroneCI 2021-09-13 17:53:12 +07:00
.drone.yml Updated and build for ts common 2021-09-13 20:49:05 +07:00
.env Add server port in env 2021-09-13 20:50:53 +07:00
.eslintrc.js Task: Add express and nodejs application with TypeScript , Prettier and Husky 2021-09-13 17:49:01 +07:00
.gitignore Task: Updated lerna.json and add yarn workspaces and ts-common package and fixed the tsconfig 2021-09-13 20:19:28 +07:00
.gitmodules Task: Updated lerna.json and add yarn workspaces and ts-common package and fixed the tsconfig 2021-09-13 20:19:28 +07:00
.prettierrc.json Task: Add express and nodejs application with TypeScript , Prettier and Husky 2021-09-13 17:49:01 +07:00
Dockerfile Task: Add Dockerfile and support DroneCI 2021-09-13 17:53:12 +07:00
lerna.json Task: Updated lerna.json and add yarn workspaces and ts-common package and fixed the tsconfig 2021-09-13 20:19:28 +07:00
LICENSE Initial commit 2021-09-13 17:04:49 +07:00
package.json Updated husky and install for prettier 2021-09-13 20:28:43 +07:00
README.md Updated husky and install for prettier 2021-09-13 20:28:43 +07:00
tsconfig.json Task: Updated lerna.json and add yarn workspaces and ts-common package and fixed the tsconfig 2021-09-13 20:19:28 +07:00

Express Nodejs App

  • Nodejs
  • Express
  • TypeScript
  • Prettier
  • ESLint
  • Docker
  • DroneCI
  • Lerna Support

Quickstart

  • Start
yarn start
  • Navigate
curl http://localhost:3000
  • Response
{
    "startedAt": "2021-09-13T13:21:04.184Z",
    "message": "Instance id: presenter#143470",
    "status": "OK"
}

Contributors