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.
- Host: GitHub
- URL: https://github.com/sevdanurgenc/json-flutter-project
- Owner: SevdanurGENC
- License: mit
- Created: 2021-02-20T16:25:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-20T16:41:50.000Z (about 4 years ago)
- Last Synced: 2025-01-29T03:48:06.974Z (3 months ago)
- Topics: dart, flutter, flutter-apps, flutter-examples, json, json-api
- Language: Dart
- Homepage:
- Size: 111 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```

