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

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

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