Backend for recipe app based on typescript, typeorm and postgres
  • TypeScript 95.5%
  • Ruby 4.5%
Find a file
araemer 645af4abd9
All checks were successful
/ build (push) Successful in -7s
Merge branch 'health-endpoint' into stage
2026-05-27 18:20:28 +02:00
.forgejo/workflows feat(health) Add last commit date to health endpoint response 2026-05-25 08:09:51 +02:00
bruno/recipe-backend feat(health) Add unauthenticated GET /health endpoint with build metadata 2026-05-25 07:17:42 +02:00
docs feat(health) Add unauthenticated GET /health endpoint with build metadata 2026-05-25 07:17:42 +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 fix(health) Return null for commit and date in local dev instead of unknown string 2026-05-25 08:36:03 +02:00
.gitignore feat(health) Add unauthenticated GET /health endpoint with build metadata 2026-05-25 07:17:42 +02:00
CLAUDE.md feat(health) Add unauthenticated GET /health endpoint with build metadata 2026-05-25 07:17:42 +02:00
package-lock.json feature(recipes) ai recipe import 2026-05-15 09:05:51 +02:00
package.json feature(recipes) ai recipe import 2026-05-15 09:05:51 +02:00
README.md initial commit - far from runnable 2025-09-21 12:39:54 +02:00
tsconfig.json running now 2025-09-22 20:17:46 +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