Backend for recipe app based on typescript, typeorm and postgres
Find a file
2025-09-21 19:49:54 +02:00
node_modules initial commit - far from runnable 2025-09-21 12:39:54 +02:00
src add auth and user handling 2025-09-21 19:49:54 +02:00
.env initial commit - far from runnable 2025-09-21 12:39:54 +02:00
package-lock.json initial commit - far from runnable 2025-09-21 12:39:54 +02:00
package.json initial commit - far from runnable 2025-09-21 12:39:54 +02:00
README.md initial commit - far from runnable 2025-09-21 12:39:54 +02:00
tsconfig.json initial commit - far from runnable 2025-09-21 12:39:54 +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