simonplend / egghead-build-a-modern-rest-api-in-node-js-with-fastify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egghead-build-a-modern-rest-api-in-node-js-with-fastify

Setup

npm install

cp .env.example .env

npx knex migrate:latest

See src/config.js for allowed configuration values.

Run in development

npm run start:dev

Test HTTP requests

There are a collection of test HTTP requests in test.http.

Note: To run the HTTP requests you must have the Visual Studio Code REST Client extension installed.

About


Languages

Language:JavaScript 87.5%Language:Dockerfile 12.5%