A small setup of
- micro - a simple http server / microservice server
- mocha + chai - testing suite
- async-to-gen - provide async/await in micro and in testing with mocha
Pull the repo
git clone https://github.com/vuchl/micro-tested.git
Enter the repo
cd micro-tested
Install the dependencies
npm install
Run the server
npm start
Run tests
npm test