https://github.com/fennec-framework/dart-fullstack-fennec-flutter
https://github.com/fennec-framework/dart-fullstack-fennec-flutter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fennec-framework/dart-fullstack-fennec-flutter
- Owner: Fennec-Framework
- License: apache-2.0
- Created: 2022-06-27T10:41:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T13:51:08.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T11:44:20.265Z (over 3 years ago)
- Language: Dart
- Size: 135 KB
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dart-FullStack-Fennec-Flutter-
this project contains two repositories.
# fennec_backend
this repo implements a simple example of server side how to to authenticate users based on jwt. to start it , you should navigate to file fennec_backend.dart under fennec_backend/bin and then run this dart run fennec_backend.dart on terminal. this example is built using [Fennec Framework](https://pub.dev/packages/fennec) in combination with [fennec_pg](https://pub.dev/packages/fennec_pg) and [fennec_jwt](https://pub.dev/packages/fennec_jwt)
# flutter_frontend
this repo implements the frondend side of this project using flutter and dio plugin for http requests