Hello, This is a Application that demonstrates CRUD along with login and Signup operations using Angular 13.3.7 Json-Server has been used to demonstate the operations.
Pull the Project in your System
Run ng s
open http://localhost:4200/ - “Here the application will be present”
Run json-server –watch db.json - “To run the Json Server”
open http://localhost:3000/signup - “Here your Credentials to login can be present”
Login and Play Around
You can also Register as a new user
This project was generated with Angular CLI version 13.3.7.
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.