Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 433 Bytes

Architecture.md

File metadata and controls

14 lines (14 loc) · 433 Bytes
    config          environment variables
    src             code source
    |   app.js      entry point
    |---models      database models
    |---routes      application routes
    |---services    business logic
    |---views       application front
    tests           tests
        |---unit    unit tests
            |---routes      routes tests
            |---services    services tests
        |---e2e     e2e tests