SES Finance Managment System
https://sesfinance.sheikhtabarak.me/
A Complete finance management system designed for the Software Engineering Society.
- Event Based Budget Managment.
- Heirarichy Details
- Extra Notes
- Roles based Login
- Flutter
- Dart
- Firebase
- Create a free account at Firebase Console
- Create a new Database on Firestore.
- Clone the repo:
git clone https://github.com/sheikh-tabarak/weatherstats.git
- Install NPM packages
flutter pub get
- Create a file
.env
in the root of your folder and add your API Key like below:const FIREBASE_API_INSTANCE = <YOUR API KEY HERE>;