CRUD-EMS

Employee Management System

This is a simple CRUD (Create, Read, Update, Delete) application for managing employees. It is built using Django, Crispy Forms, PostgreSQL, HTML, and CSS.

Features

  • Create, read, update, and delete employee records.
  • User-friendly web interface powered by Django and Crispy Forms.
  • Data storage using PostgreSQL, a powerful open-source relational database.

Prerequisites

Make sure you have the following installed on your system:

  • Python (>=3.6)
  • Django
  • Crispy Forms
  • PostgreSQL