Skip to content

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

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published