In order to generate files necessary for the system to run, use the command:
npm run init
In order to start the server for the system, use the command:
npm start
In order to test the source code for the system, use the command:
npm run test
- Data - Database and Data layer using SQLite and Sequelize
- Models - Application Domain layer utilizing OOP
- Services - Exposed Service layer using REST architecture