Backend for recipe app based on typescript, typeorm and postgres
  • TypeScript 95.1%
  • Bru 2.9%
  • Ruby 2%
Find a file
2026-08-22 06:04:17 +00:00
.forgejo/workflows chore(ci) Install devDependencies in test steps by setting NODE_ENV=test 2026-08-05 21:02:04 +02:00
bruno/recipe-backend feat(compactRecipe) Add owner filter (ALL / MINE) to recipe list endpoint 2026-08-16 08:35:06 +02:00
docs docs(testing) Document testing conventions in CLAUDE.md and architecture.md 2026-06-13 08:25:09 +02:00
scripts Ruby for converting the LaTeX recipe book to the new format and filling the backend with recipes and tags using the API 2026-03-02 21:09:20 +01:00
src feat(compactRecipe) Add owner filter (ALL / MINE) to recipe list endpoint 2026-08-16 08:35:06 +02:00
.gitignore feat(health) Add unauthenticated GET /health endpoint with build metadata 2026-05-25 07:17:42 +02:00
CLAUDE.md docs(test) Remove Java references from comments 2026-06-13 08:38:08 +02:00
package-lock.json chore(test) Add Vitest with coverage setup 2026-06-13 08:00:01 +02:00
package.json chore(test) Add Vitest with coverage setup 2026-06-13 08:00:01 +02:00
README.md initial commit - far from runnable 2025-09-21 12:39:54 +02:00
tsconfig.json fix(build) Set rootDir to src and exclude vitest.config.ts from tsc 2026-08-06 21:04:21 +02:00
vitest.config.ts test(comment) Add unit tests for CommentHandler 2026-06-13 08:16:01 +02:00

Awesome Project Build with TypeORM

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside data-source.ts file
  3. Run npm start command