DevSpace/server
Pau Costa Ferrer 7aa0ebf366 🐛 Forgot a console log...
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-02 23:44:58 +01:00
..
src 🐛 Forgot a console log... 2024-02-02 23:44:58 +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 Added auth features 2024-02-02 23:22:36 +01:00
package.json Added auth features 2024-02-02 23:22:36 +01:00
tsconfig.json Added auth features 2024-02-02 23:22:36 +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