Skip to content

assapir/story-line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

story-line

Many lines becomes a story

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

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.

UI

  • React
  • MaterialUI

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages