-
Notifications
You must be signed in to change notification settings - Fork 1
Backend Meeting 1
akcineren edited this page Sep 23, 2025
·
1 revision
📅 Date: 20/04/2025
🎯 Milestone Goal (Due in 5 days): Prepare the login screen and after-login UI (without full functionality)
-
Deployment & DevOps
Discuss initial deployment setup for backend infrastructure (e.g., DigitalOcean, GitHub Actions). -
Database Design
Decide on the SQL schema necessary for the login and post-login views. -
API Design (
⚠️ Urgent)
Plan the structure of the API. Even a mock version must be ready ASAP so that the frontend and mobile teams can start their integration and development work.
- Eren will handle deployment using DigitalOcean.
- This includes launching the database server and integrating with GitHub Actions for CI/CD.
- Toprak will implement SQL tables and define inter-table relations for the project.
- Umut will look into web tokens and authentication for the implementations of the login API functions.
- Mert and Umut will define the API and start the initial high-priority implementations.
- Emphasis on clean architecture and data flow consistency.
- We chose Django as the backend framework for its reliability and speed of development.