Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.17 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.17 KB

⚡ Fastify example

Continuos Integration CodeFactor GPLv3 License

A simple REST API implemented with Fastify

Tech Stack

Server: Node, Fastify

Test: AVA, Pactum

Run Locally

Clone the project

  git clone https://github.com/leosuncin/fastify-example.git

Go to the project directory

  cd fastify-example

Install dependencies

  npm install

Start the server

  npm start

Running Tests

To run unit tests, run the following command:

  npm test

To run e2e tests, first run the server in background and then run the following command:

  npm run test:e2e

License

Release under the terms of GPL v3