A 3-tier application for students and teachers for their sharable task and note management. In this project, I'm using flutter for the frontend with the getx framework and the getx pattern folder structure. And node.js framework in the backend with typescript language and mongodb database.
YouTube - TVAC Studio - Flutter - Todo App from Scratch
YouTube - Programming Addict - Consuming a REST API with Flutter
GitHub - Jerry Chong - node-express-mongo-passport-jwt-typescript
GitHub - Delay - flutter-starter
systemctl start mongod
cd server
npm install
npx tsc
npm start
cd diary_ui
flutter pub get
flutter run
Thank you.