express-nodejs-app/README.md
Sambo Chea e0f16081b0
Some checks failed
continuous-integration/drone/push Build is failing
Updated husky and install for prettier
2021-09-13 20:28:43 +07:00

39 lines
432 B
Markdown

# Express Nodejs App
- Nodejs
- Express
- TypeScript
- Prettier
- ESLint
- Docker
- DroneCI
- Lerna Support
# Quickstart
- 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"
}
```
### Contributors
- Sambo Chea <sombochea@cubetiqs.com>