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
Flask-based CRUD web application for managing employee records. Built using Flask and SQLAlchemy with a SQLite database, it allows users to create, view, update, and delete employee entries. Demonstrates MVC architecture, form handling, routing, and ORM-based database operations in a clean, dynamic web interface