A simple Angular application coding along a Youtube tutorial.
- Implemented full CRUD operations with services and json server.
npm install
Run the JSON server (http://localhost:5000)
npm run server
Run Angular server (http://localhost:4200)
ng serve
Give a ⭐️ if you like this project!