Backend for recipe app based on typescript, typeorm and postgres
Find a file
araemer 8ae6548dec Merge remote-tracking branch 'origin/tags'
# Conflicts:
#	src/handlers/RecipeHandler.ts
#	src/index.ts
2026-02-22 13:20:01 +01:00
bruno/recipe-backend Fix bug when saving tags for recipes 2026-02-22 13:18:31 +01:00
node_modules update node_modules 2026-02-22 07:25:43 +01:00
src Fix bug when saving tags for recipes 2026-02-22 13:18:31 +01:00
.env Fix token 2025-09-24 20:39:33 +02:00
.gitignore Add logging 2025-11-20 19:58:14 +01:00
package-lock.json Add logging 2025-11-20 19:58:14 +01:00
package.json Add logging 2025-11-20 19:58:14 +01: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