this project contains two repositories.
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
this repo implements the frondend side of this project using flutter and dio plugin for http requests