This project is related to CRUD ( Create - Read - Update - Delete ) operation. For this assessment, Angular 13 and bootstrap ( styling purpose ) is used.
Frontend application consists of two sections including `Article` & `Product`.
Article section is based on Laravel APIs whereas Product section is based on dummy data.
Run the following commands to use this application:
1. `git clone https://github.com/amlan18041996/angularcrud.git` and run to `cd crud-app`
2. npm install
3. ng serve