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

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

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`.