ThoughFlow is a modern blogging platform built with Flutter for the frontend, Node.js and Express.js for the backend, and Supabase for authentication and database management. 🚀
- 📝 Create, edit, and delete blog posts
- 🔐 User authentication and authorization with Supabase
- 📦 Backend powered by Node.js and Express.js
- 🌐 Responsive and user-friendly UI with Flutter
- 🔄 Real-time updates and data syncing
- Frontend: Flutter
- Backend: Node.js & Express.js
- Database & Auth: Supabase
Make sure you have the following installed:
git clone https://github.com/yourusername/ThoughFlow.git
cd ThoughFlow cd backend
npm install
node server.js cd ../frontend
flutter pub get
flutter run1.Fork the repository
2.Create a new branch (git checkout -b feature/your-feature)
3.Make your changes and commit (git commit -am 'Added a new feature')
4.Push the branch (git push origin feature/your-feature)
5.Submit a Pull Request
💻 Author: Utkarsh
📧 Email: ubhatt2004@gmail.com
🐙 GitHub: https://github.com/UKbhatt