Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T22:55:44.000Z (about 2 years ago)
- Last Synced: 2024-12-31T18:47:38.535Z (15 days 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 ServerRun 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!