https://github.com/charleselgriego/ionic-crud
IONIC CRUD with JSON Server. I explained a friend how to work with this framework
https://github.com/charleselgriego/ionic-crud
angular ionic web-portfolio
Last synced: about 1 month ago
JSON representation
IONIC CRUD with JSON Server. I explained a friend how to work with this framework
- Host: GitHub
- URL: https://github.com/charleselgriego/ionic-crud
- Owner: CharlesElGriego
- Created: 2019-09-24T05:23:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T22:55:44.000Z (over 3 years ago)
- Last Synced: 2024-12-31T18:47:38.535Z (over 1 year ago)
- Topics: angular, ionic, web-portfolio
- Language: TypeScript
- Homepage:
- Size: 1.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IONIC 4 CRUD
Simple IONIC 4 CRUD with JSON Server
Run app :
1. npm start
2. json-server --watch db.json
# Add
1. On the Clients Page, you can add a new client at the top-right corner.
# Update
1. Click on a row on the Clients Page.
2. Now you can edit the selected client.
# Delete
1. On the Edit Page at the top-right corner, there is a trash icon. Click it!