Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.