/angular14AppCrud

Angular 14 crud with json server

Primary LanguageTypeScript

WineApp

This project was generated with Angular CLI version 14.2.11.

Development server

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.

Run Json server

Inside the folder server in the root of the project run json-server --watch db.json. This will start the server with the database and log the requests in the terminal