Skip to content

Sajid16/typeORM_node.js_layred_architechture

Repository files navigation

Awesome Project Build with TypeORM

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm start command

Step-1

  • npm install typeorm -g

Step-2

  • typeorm init --name MyProject --database mysql

Step-3

  • npm i express @types/express --save
  • npm i express @types/cors --save
  • all necessary packages

for deployment

  • make ormconfig.json to ormconfig.js
  • npm install pm2 -g
  • tsc -p . // to make build folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published