A simple REST API implemented with Fastify
Server: Node, Fastify
Test: AVA, Pactum
Clone the project
git clone https://github.com/leosuncin/fastify-example.gitGo to the project directory
cd fastify-exampleInstall dependencies
npm installStart the server
npm startTo run unit tests, run the following command:
npm testTo run e2e tests, first run the server in background and then run the following command:
npm run test:e2eRelease under the terms of GPL v3