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

https://github.com/ulisses22/crud_angular

Simple CRUD Application with Angular and Json-Server
https://github.com/ulisses22/crud_angular

angular crud json-server

Last synced: about 1 month ago
JSON representation

Simple CRUD Application with Angular and Json-Server

Awesome Lists containing this project

README

          

## Crud Angular with JSON Server
This is a simple Customers table with [Angular 13](https://angular.io/ "Angular 13"), and some details like dialogs and pagination, I simulated backend with JSON Server.

## Settings
**Dependencies**

- JSON Server

**`npm i json-server`**

- sweetalert2

**`npm i sweetalert2`**

**Run Project**
- Backend

**`npm run json-run`**
- Frontend

**`npm start`**

## Preview
![image](https://user-images.githubusercontent.com/112980693/201550712-963535df-aa39-43d7-abd9-0eeee8a784ee.png)
![image](https://user-images.githubusercontent.com/112980693/201551356-e1c53834-c7c8-483f-beee-fff427631fb7.png)