Admin panel: where all the actions can be taken by the user Splash page: where the user can see the presentation of the application
├── angular.json
├── LICENSE
├── README.md
├── src
│ ├── app
│ │ ├── components
│ │ │ ├── app.component.ts
│ │ │ ├── app.module.ts
│ │ │ ├── app.routes.ts
│ │ │ ├── app.service.ts
│ │ │ └── index.html