Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 661 Bytes

File metadata and controls

10 lines (6 loc) · 661 Bytes

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 in combination with fennec_pg and fennec_jwt

flutter_frontend

this repo implements the frondend side of this project using flutter and dio plugin for http requests