MetOps is a state-of-the-art, fully integrated comprehensive solution presented as a substitute for the traditional MET stations used for field artillery atmospheric data collection.
View Demo
·
Report Bug
Table of Contents
This is an android application.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Follow flutter installation instructions.
- The backend should be up and running.
- VS Code
- Android Studio
- Clone the repo
git clone https://github.com/sn2606/MetOps-frontend.git
- Install packages
flutter pub get
- Start an android emulator (API 32+)
- Start the backend server
python manage.py runserver
- Run the app
flutter run
- Screens
- Splash
- Login
- Dashboard
- Query
- Result
- Records
- Result
- Database Connected (PostgreSQL)
- Connect to backend
- Authorization Login & Account
- Query Response from external API (Meteomatics)
- Query & Records Save
- Query & Records View
- Query & Records Delete
- Query & Response Export
- Current Location Weather on Dashboard
- 2 factor authentication
- State management
See the open issues for a full list of proposed features (and known issues).
Swaranjana Nayak - swaranjananayak@gmail.com
Project Link: https://github.com/sn2606/MetOps-frontend