Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!