To make it easy for you to get started with GitLab, here's a list of recommended next steps.
Already a pro? Just edit this README.md and make it your own. Want to make it easy? Use the template at the bottom!
- Create or upload files
- Add files using the command line or push an existing Git repository with the following command:
cd existing_repo
git remote add origin https://gitlab.com/michalcickan1/are-we-even.git
git branch -M main
git push -uf origin main
- Invite team members and collaborators
- Create a new merge request
- Automatically close issues from merge requests
- Enable merge request approvals
- Automatically merge when pipeline succeeds
Use the built-in continuous integration in GitLab.
- Get started with GitLab CI/CD
- Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)
- Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy
- Use pull-based deployments for improved Kubernetes management
- Set up protected environments
API serves as an app's basic backend, which should serve as a provider of an overview of debts. API only contains business logic necessary for essential functionality without graphic interpretation.
- Apple login
- Poll on third-party services access tokens to check if they are still valid
- Connect to Firebase and send push notifications on certain events
- Email verification
GNU General Public License (GPL). Do whatever you want with this.
I learned kotlin on this project and ran out of time, so it is not completed yet. For more info please see [Roadmap]