https://github.com/thisisjuke/dockerized-node-hapi-jest
Bootstraped 📦 Simple Dockerized 🐋 Node project : HapiJS + Rooting + Data Model + Unit tests (Jest)
https://github.com/thisisjuke/dockerized-node-hapi-jest
Last synced: about 2 months ago
JSON representation
Bootstraped 📦 Simple Dockerized 🐋 Node project : HapiJS + Rooting + Data Model + Unit tests (Jest)
- Host: GitHub
- URL: https://github.com/thisisjuke/dockerized-node-hapi-jest
- Owner: Thisisjuke
- Created: 2019-04-16T14:05:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T20:41:35.000Z (about 7 years ago)
- Last Synced: 2025-06-08T16:02:25.305Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 8.68 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bootstrap-node-jpeg
Bootstrap of Node with JEST for unit testing.
### HOW TO DO (all commands in the folder) :
- start : `docker-compose up`
- install packages : `docker-compose exec node yarn`
- launch JEST test : `docker-compose exec node yarn test`
- Route of index (hello world) : `http://localhost:8001`
- Route of test (return JSON) : `http://localhost:8001/test`