Mobile app for the Calendar App. This project was made as a final project for Software Making class in our university.
This app serves your organization's events in a single place. You can view events, create new events, add participants and set reminders. Reminders will pop up event the app isn't running, so you won't miss out any event.
Project itself is self-hostable. You can deploy it to any server you want. You will own your own data - not someone else, even us.
You can see the server software of this application here.
Firstly, you need to clone the repo.
git clone https://github.com/berkakkaya/calendar_app.git
cd calendar_app
After that, you need to get dependencies.
flutter pub get
And you're ready! If you want to run a debug version of this app, you can simply run:
flutter run --debug
If you want to run a release version of this app, you can run this:
flutter run --release
- Berk Akkaya - Project Manager, Mobile Application Developer
- İrem Akkın - Backend Developer
- Kemal Beydilli - Backend Developer