express-nodejs-app/README.md

39 lines
432 B
Markdown
Raw Normal View History

2021-09-13 17:31:39 +07:00
# Express Nodejs App
2021-09-13 20:28:43 +07:00
- Nodejs
- Express
- TypeScript
- Prettier
- ESLint
- Docker
- DroneCI
- Lerna Support
# Quickstart
- Start
2021-09-13 20:25:18 +07:00
```shell
yarn start
```
2021-09-13 20:28:43 +07:00
- Navigate
2021-09-13 20:25:18 +07:00
```shell
curl http://localhost:3000
```
2021-09-13 20:28:43 +07:00
- Response
2021-09-13 20:25:18 +07:00
```json
{
"startedAt": "2021-09-13T13:21:04.184Z",
"message": "Instance id: presenter#143470",
"status": "OK"
}
```
2021-09-13 20:28:43 +07:00
2021-09-13 17:31:39 +07:00
### Contributors
2021-09-13 20:28:43 +07:00
- Sambo Chea <sombochea@cubetiqs.com>