Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 404 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 404 Bytes

Alexandria

Library project using Nodejs, Typescript and SQLite

How to Setup

  1. Git Clone this repository
  2. Run npm install to install all required packages
  3. Run all Typeorm Migrations with npm
    npm run typeorm migration:run -- -d src/data-source.ts 

Development

  1. Create a Typeorm Migration with npm
    npm run typeorm migration:create src/migrations/[name]