Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cem256/dart_frog_playground
Full-Stack Dart Application using Flutter, Dart Frog and MongoDB.
https://github.com/cem256/dart_frog_playground
dart dart-frog flutter flutter-bloc fullstack-dart mongodb
Last synced: 18 days ago
JSON representation
Full-Stack Dart Application using Flutter, Dart Frog and MongoDB.
- Host: GitHub
- URL: https://github.com/cem256/dart_frog_playground
- Owner: cem256
- License: mit
- Created: 2023-01-22T20:53:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T19:42:12.000Z (10 months ago)
- Last Synced: 2024-04-20T15:25:46.201Z (8 months ago)
- Topics: dart, dart-frog, flutter, flutter-bloc, fullstack-dart, mongodb
- Language: Dart
- Homepage:
- Size: 10.6 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dart Frog Playground
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dartfrog.vgv.dev)[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysisFull-Stack Dart Application using Flutter, Dart Frog and MongoDB.
## Built With
- [Flutter](https://flutter.dev/)
- [Dart Frog](https://dartfrog.vgv.dev/)## 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:
```sh
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:
```sh
dart pub global activate dart_frog_cli
```Inside the backend folder, you can start the server by using:
```sh
dart_frog dev
```Finally, you'll need to start the mobile app by running the following command in the mobile folder:
```sh
flutter run
```