Client built using Flutter built around my Carefinder Spring Boot Application
- Implement new API
- Add Authentication -- Login and Register
- Add create/edit hospitals for admin users
- Clean up code
- Write code
To run this project, you will need to add the following environment variables
API_URL
- URL to API resource
API_KEY
- API key retrieved from Server
This is is a flutter project, make sure you have installed and setup flutter
Clone the project
git clone https://github.com/nahoczki/carefinder-flutter.git
Go to the project directory
cd carefinder-flutter
Install dependencies
flutter pub get
Run app
flutter run
(Please follow flutter's official documentation to run properly depending on device)
Retrieve a google maps sdk key and replace placeholders found throughout the "Get Started" section here