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

https://github.com/sevdanurgenc/json-flutter-project

This repo contains an application that shows shopping list by using JSon Operations.
https://github.com/sevdanurgenc/json-flutter-project

dart flutter flutter-apps flutter-examples json json-api

Last synced: about 1 month ago
JSON representation

This repo contains an application that shows shopping list by using JSon Operations.

Awesome Lists containing this project

README

        

# JSon-Flutter-Project
This repo contains an application that shows shopping list by using JSon Operations.

## Getting started
**Install JSON Server**

```
# npm install -g json-server
```
Create a db.json file with some data on api folder.

**Start JSON Server**

```
# json-server --watch db.json
```

![image](https://user-images.githubusercontent.com/5441882/108602346-7f2d9a00-73b2-11eb-83d3-4e4af28379b6.png)

![image](https://user-images.githubusercontent.com/5441882/108602409-d16ebb00-73b2-11eb-859b-81093340d3b2.png)

![image](https://user-images.githubusercontent.com/5441882/108602297-54434600-73b2-11eb-8889-6d4c2396e89b.png)

![image](https://user-images.githubusercontent.com/5441882/108602309-62916200-73b2-11eb-9689-5e44a12479a3.png)