DevSpace/server
Pau Costa Ferrer fc79245f9a :feature: User settings, and private profile
Signed-off-by: Pau Costa <mico@micodev.es>
2024-02-12 12:02:14 +01:00
..
src :feature: User settings, and private profile 2024-02-12 12:02:14 +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 🚧 Changed api generation tool 2024-02-07 17:38:59 +01:00
package.json 🚧 Changed api generation tool 2024-02-07 17:38:59 +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