Developing a web application for the EVAX platform (Coronavirus Vaccinaction).
This project was generated with Angular CLI version 11.2.8.
Angular follows a component oriented architecture, it implements a lot of the concepts of MVVM (Model View ViewModel).
This architecture offers several advantages :
- Two-Way Data Binding : is the time-saving feature that automates some processes in our application
- Readable and Testable Code : makes application's code logical, consistent, and easy to follow
- Efficient Problem-Solving Patterns : offers powerful DI (Dependency Injection) instrument and services to resolve various productivity issues and speed up the development process
- Register To get an appointment :
- Register to the platform
- Get the Identifier Number
- Consult citizen profile :
- Personal information
- Date for vaccine appointment
- Vaccination certificate
- Vaccination pass
$ git clone https://github.com/chaimabg/Architecture-Tp.git
$ cd Architecture-Tp
$ npm install
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.