https://github.com/rd003/angularmaterialdemo
Angular crud operations with angular material and json server
https://github.com/rd003/angularmaterialdemo
angular angular15 angularmaterial json-server json-server-mock
Last synced: 4 months ago
JSON representation
Angular crud operations with angular material and json server
- Host: GitHub
- URL: https://github.com/rd003/angularmaterialdemo
- Owner: rd003
- Created: 2023-02-19T16:08:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T04:38:03.000Z (about 3 years ago)
- Last Synced: 2025-03-02T09:45:35.424Z (about 1 year ago)
- Topics: angular, angular15, angularmaterial, json-server, json-server-mock
- Language: TypeScript
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularMaterialDemo
This project contains full crud operation using http services. I have used angular material to design ui.
## How to use rest apis?
I have created apis with json-server.
In a seperate integrated terminal run `npm run api` command to start a api server.
## Run angular dev server.
Run this command in a seperate terminal `ng s -o'
Enjoy 😁