Full-Stack Dart Application using Flutter, Dart Frog and MongoDB.
- Sign up with email and password.
- Sign in with email and password.
- Persisting user sessions with JWT.
- Authorization using JWT.
First, you'll need to clone the repository using the following command in your terminal:
git clone https://github.com/cem256/dart_frog_playground
Next, you'll need to install the dart_frog_cli if you haven't already done. You can do this by running the following command in your terminal:
dart pub global activate dart_frog_cli
Inside the backend folder, you can start the server by using:
dart_frog dev
Finally, you'll need to start the mobile app by running the following command in the mobile folder:
flutter run