This project was generated with Angular CLI version 14.2.1.
Installation Node & Angular 14
This application runs using Json-server. File name database.json located in src/server folder.
Before start please follow the installation script:
npm i
To make sure crud functionality is up. Please run the script:
npm run server
Now we can serve our application:
npm serve