Projects </> - Employee App
Django app that allows employees to create, read, update, and delete their information.
- Category
- Web Development
- Year
- Technology
- Django

About
The employee management project developed with Django is a web application that allows managing the information of the employees of a company. It uses the Django framework along with Python to create a robust and secure system. The application offers functionalities such as listing, viewing details, adding, editing, and deleting employees from a PostgreSQL database, and is deployed on Vercel to allow easy and secure remote access.
Access the project
Click the button below to access the project and interact with the functionalities of the employee management system.
Employee Listing
The employee listing section displays a table containing basic information about all employees registered in the system. This table allows quickly viewing the names and positions of employees, as well as providing links to view the full details of each employee and perform actions such as editing or deleting an employee.
Employee Detail View
The detailed view of an employee shows all available information about a specific employee. This information includes the full name, photo, position, email, phone number, and the date the employee was registered in the system.
Add Employee
The add employee function allows entering the data of a new employee into the system. Required data includes the full name, an optional photo, position, email, and phone number of the employee.
Edit Employee
The edit employee function allows modifying the information of an existing employee in the database. Editable data includes the full name, photo, position, email, and phone number of the employee.
Delete Employee
The delete employee function allows deleting an existing employee from the database. When selecting this option, a confirmation is requested before proceeding with the deletion of the employee.
Technologies

Python

Github

PostgresSql

Django

Vercel
The source code of the project is available on GitHub. You can access it by clicking the button below.