Library project using Nodejs, Typescript and SQLite
- Git Clone this repository
- Run
npm install
to install all required packages - Run all Typeorm Migrations with npm
npm run typeorm migration:run -- -d src/data-source.ts
- Create a Typeorm Migration with npm
npm run typeorm migration:create src/migrations/[name]