https://github.com/code-shoily/dart-rate
A simple link rating app to learn fullstack Dart
https://github.com/code-shoily/dart-rate
Last synced: 7 months ago
JSON representation
A simple link rating app to learn fullstack Dart
- Host: GitHub
- URL: https://github.com/code-shoily/dart-rate
- Owner: code-shoily
- Created: 2018-12-30T03:23:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T13:32:31.000Z (over 7 years ago)
- Last Synced: 2024-12-29T02:31:41.751Z (over 1 year ago)
- Language: Dart
- Size: 9.7 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dart-Rate
A rating application written in fullstack Dart
* `backend/` contains [Aqueduct](//aqueduct.io) code for database and REST API
* `frontend/` will contain [AngularDart](//webdev.dartlang.org/angular) front for the web
* `mobile/` will contain [Flutter](//flutter.io) code for mobile (iOS and Android)
* `shared/` will contain Dart code common for all stacks.
Each directory will have its documentation in `README.md`.