No description
  • TypeScript 92.9%
  • JavaScript 4%
  • HTML 2.6%
  • Dockerfile 0.5%
Find a file
2025-04-08 16:15:14 +03:00
.github/workflows initial 2025-03-02 17:44:59 +02:00
.husky initial 2025-03-02 17:44:59 +02:00
.vscode wip 2025-03-02 21:40:22 +02:00
database initial 2025-03-02 17:44:59 +02:00
docker initial 2025-03-02 17:44:59 +02:00
src wip 2025-03-07 12:14:01 +02:00
.dockerignore initial 2025-03-02 17:44:59 +02:00
.env.example add env to example 2025-04-08 16:06:29 +03:00
.gitignore initial 2025-03-02 17:44:59 +02:00
.npmrc initial 2025-03-02 17:44:59 +02:00
.nvmrc initial 2025-03-02 17:44:59 +02:00
.prettierignore initial 2025-03-02 17:44:59 +02:00
.prettierrc.js initial 2025-03-02 17:44:59 +02:00
eslint.config.js initial 2025-03-02 17:44:59 +02:00
n8n-workflow.json add n8n workflow 2025-04-08 16:15:14 +03:00
package.json wip 2025-03-07 12:14:01 +02:00
pnpm-lock.yaml wip 2025-03-07 12:14:01 +02:00
readme.md wip 2025-03-07 12:14:01 +02:00
render.yaml initial 2025-03-02 17:44:59 +02:00
tsconfig.json initial 2025-03-02 17:44:59 +02:00
vitest.config.ts initial 2025-03-02 17:44:59 +02:00

backend-fastify-template

Description

backend-fastify-template is a Node.js backend template using Fastify framework.

Setup

Notes

  • If /public directory is needed in build output - copy it over manually as it's not implemented.

Installation

pnpm -i --frozen-lockfile

Running the project

Development environment

pnpm start:dev

Production environment

pnpm build
pnpm start:prod