A complete full-stack mobile application with authentication, API integration, and modern architecture.
full-stack-app/
├── app_backend/ # Dart Frog backend (APIs + MongoDB)
├── app_frontend/ # Flutter mobile application
This project is built using:
- Flutter (Frontend)
- Dart Frog (Backend)
- MongoDB (Database)
- Render (Deployment)
Backend is built using Dart Frog with MongoDB.
https://full-stack-app-1-4iqk.onrender.com
- GET
/ - POST
/auth/register - POST
/auth/login - POST
/auth/logout - GET
/user/me - PUT
/user/update
- JWT-based authentication
- Secure password handling
- Token stored and verified
Flutter mobile application with:
- BLoC state management
- API integration using HTTP
- Clean UI
- Authentication flow
Splash Screen
|
Sign In Screen
|
Sign Up Screen
|
Home Screen
|
Profile Screen
|
Frontend:
- Flutter
- BLoC
- HTTP
Backend:
- Dart
- Dart Frog
Database:
- MongoDB
Deployment:
- Render
git clone https://github.com/PHarshilLadila/full-stack-app.git cd full-stack-app
cd app_backend dart pub get dart run build/bin/server.dart
cd app_frontend flutter pub get flutter run
Harshil Gajipara




