ScottyTGB / CITS3403GrpProj

1 stars 0 forks source link

Backend & Database Setup #2

Closed ScottyTGB closed 5 months ago

ScottyTGB commented 5 months ago

πŸ“˜ Project Overview

This issue is focused on developing the backend logic and database schema necessary for the project. Using Flask, we will create a server-side rendered application with SQLite for managing data. This will be integrated with AJAX/Websockets for efficient client-server communication.

🎯 Backend Requirements

βš™οΈ Technical Constraints

πŸ—οΈ Milestones

🎯 Success Criteria

tmeinertz commented 5 months ago

All 4 have been implemented M1 - Flask routes and flask app created M2 - SQLite database created and integrated M3 - Flask now loads data into the HTML template M4 - CSRF tokens, Flask-Login and SQLAlchemy are in to protect