BookTalk is a mobile application designed for easy and efficient booking of meeting rooms in office spaces.
To run the project locally:
- Clone the repository.
- Run
flutter pub get
to install dependencies. - Create a .env file in the root directory and add the following fields:
DEBUG_EMAIL=some_email@gmail.com /// Could be null
DEBUG_PASSWORD=some_password /// Could be null
API_BASE_URL=http://server_url/api/v1/ /// Required
- Launch the app using your preferred emulator or connected device.