This project was generated with Angular CLI version 15.0.3. I made this project to learn how a CRUD works. For educational purposes only, I used a fake REST API to simulate my backend. As I learn about how Angular works, I add things to it.
Run npm install -g json-server
Create file db.json
Start JSON-Server with json-server --watch db.json
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.