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
- Host: GitHub
- URL: https://github.com/ulisses22/crud_angular
- Owner: Ulisses22
- Created: 2022-11-11T22:21:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T02:00:47.000Z (over 3 years ago)
- Last Synced: 2025-05-17T21:35:19.449Z (about 1 year ago)
- Topics: angular, crud, json-server
- Language: TypeScript
- Homepage:
- Size: 221 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

