Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muratpurc/angular-16-crud
Angular 16 CRUD example with Web API
https://github.com/muratpurc/angular-16-crud
angular angular-cli angular16 crud express expressjs node nodejs rest rest-api
Last synced: 9 days ago
JSON representation
Angular 16 CRUD example with Web API
- Host: GitHub
- URL: https://github.com/muratpurc/angular-16-crud
- Owner: muratpurc
- Created: 2023-10-06T15:51:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T16:14:21.000Z (about 1 year ago)
- Last Synced: 2023-10-06T17:29:59.003Z (about 1 year ago)
- Topics: angular, angular-cli, angular16, crud, express, expressjs, node, nodejs, rest, rest-api
- Language: TypeScript
- Homepage:
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 16 CRUD example with Web API
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.5.
## Source
Basen on tutorial [Angular 16 CRUD example with Web API](https://www.bezkoder.com/angular-16-crud-example/).
## REST API Server
See [REST API README.md](./rest-api/README.md) for usage of the REST API Server.
## 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.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.