Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 400 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 400 Bytes

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

Steps to Create a working module

Part 1: API (the easy part)

  1. Generate Entity
  2. Generate EntityController
  3. Append EntityRoutes

Part 2: CLIENT (the hard part)

  1. Generate Client Module (this is the complex part)