Steps to run this project:
- Run
npm i
command - Setup database settings inside
ormconfig.json
file - Run
npm start
command
- Generate Entity
- Generate EntityController
- Append EntityRoutes
- Generate Client Module (this is the complex part)
Steps to run this project:
npm i
commandormconfig.json
filenpm start
command