express-nodejs-app/README.md

29 lines
399 B
Markdown
Raw Normal View History

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