DevSpace/server
Pau Costa Ferrer 4ee5d10c39 🥅 General error handling
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-01 18:30:48 +01:00
..
src 🥅 General error handling 2024-02-01 18:30:48 +01:00
util 🥅 General error handling 2024-02-01 18:30:48 +01:00
.gitignore Initialized the server and client with npx templates 2024-01-31 20:31:32 +01:00
Dockerfile 🧱 Docker configuration 2024-02-01 17:58:22 +01:00
README.md Initialized the server and client with npx templates 2024-01-31 20:31:32 +01:00
package-lock.json 🥅 General error handling 2024-02-01 18:30:48 +01:00
package.json 🥅 General error handling 2024-02-01 18:30:48 +01:00
tsconfig.json Initialized the server and client with npx templates 2024-01-31 20:31:32 +01:00

README.md

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