colabco / cbld-api

GNU General Public License v3.0
0 stars 0 forks source link

cbld-api

prerequisites

Setup

After cloning this repository:

Other tasks

Development Cycle

Test Cycle

Fastify CLI

Note that this repo contains fastify-cli, which is a CLI for fastify. It is installed when you run pnpm install. You can feed it a fastify plugin file and it will run the server for you.. The majority of commands in package.json are therefore fastify-cli commands that are simply fed the api app in src/app.ts. The actual server is in the src/server.ts file. This is what will run the api app when fastify-cli isn't around to run it.

Learn More

To learn Fastify, check out the Fastify documentation.