Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 171 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 171 Bytes

Create Mysql Database with Update ./ormconfig.json with correct db info

npm install

npm install -g typeorm

npm run typeorm:cli schema:sync

npm start