Responsive Docs app, compatible with Android and Web platforms.
YT Link -> https://youtu.be/BIwwJ0w1oSY
- Google Authentication
- State Persistence
- Link sharing
- Auto saving
- Collaborative Editing using SocketIo
paper/
|- android/
|- assets/
|- build/
|- lib/
|- web/
|- server/
|- pubspec.yaml
|-README.md
lib/
|- client/
|- common/
|- constants/
|- models/
|- repository/
|- views/
|- main.dart
Backend: Nodejs, Express, MongoDB, Mongoose, SocketIO
Frontend: Flutter
State Management: Riverpod
Go to sever folder or download the server folder from the release section
- Create a .env file and make an environment variable named MONOGOOSE_CONNECTION_STRING with a value equal to the MongoDB connection string.
npm i
node server.js