Skip to content

hakatom/story-line

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

story-line

Many lines becomes a story

Build Status Coverage Status Known Vulnerabilities Last commit GitHub contributors
GitHub GitHub top language Assaf Badges lerna

Monorepo Architecture

  • /api is for the backend.
  • /ui is for the front end
  • TODO: Create docker / docker compose for running

Backend Architecture

  • Heavily use of Dependency Injection (without any framework).
  • Express.js Controllers accepting a∏
  • Service which is in abstract on the
  • Model which is defined using TypeORM as ORM.
    • Currently using Sqlite3.

Tests

  • Every testable class under src/ should have a corresponding test suit file in test/.
  • run npm run test to run all the tests with coverage information.
  • CI (Travis) should run npm run test:ci for sending coverage data to coveralls.io.

General

Creating migration

npm run typeorm migration:generate -- -n NameOfMigration

Ⓒ Created By Assaf Sapir, 2019, Under MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • Other 1.8%