cem256 / dart_frog_playground

Full-Stack Dart Application using Flutter, Dart Frog and MongoDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dart Frog Playground

style: very good analysis Powered by Dart Frog

Full-Stack Dart Application using Flutter, Dart Frog and MongoDB.

Built With

Features

  • Sign up with email and password.
  • Sign in with email and password.
  • Persisting user sessions with JWT.
  • Authorization using JWT.

Preview

How to run

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

About

Full-Stack Dart Application using Flutter, Dart Frog and MongoDB.

License:MIT License


Languages

Language:Dart 99.0%Language:Ruby 0.7%Language:Swift 0.2%Language:Kotlin 0.1%Language:Objective-C 0.0%