Backend Meeting 1 - bounswe/bounswe2025group10 GitHub Wiki
📅 Date: 20/04/2025
🎯 Milestone Goal (Due in 5 days): Prepare the login screen and after-login UI (without full functionality)
📋 Agenda
-
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.
✅ Participants
📌 Topics Discussed & Next Actions
1. Deployment Strategy
- Eren will handle deployment using DigitalOcean.
- This includes launching the database server and integrating with GitHub Actions for CI/CD.
2. Database Design
- Toprak will implement SQL tables and define inter-table relations for the project.
3. API Development
- 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.
4. Tech Stack Decision
- We chose Django as the backend framework for its reliability and speed of development.