You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Flask web application with MySQL for performing basic CRUD (Create, Read, Update, Delete) operations on user data. Includes additional utility features for date display and arithmetic operations.
This Flask With MySQL app enables user registration, login, and dashboard access with secure authentication. Built using Flask, MySQL, and bcrypt for password hashing, it features CSRF-protected forms and session-based authentication. Users can view personalized details on the dashboard. Ideal for learning Flask and database integration.