Employee-Management-System

🧑‍💼 Employee Management System

A web-based Employee Management System built using the Django framework. This system helps organizations manage employee records effortlessly with an intuitive, responsive interface.

🌐 Live URL

http://127.0.0.1:8000/
(For local use )


🚀 Features


🛠️ Tech Stack


📦 Setup Instructions

1. Clone the Repository

git clone https://github.com/sonali6062/Employee-Management-System.git
cd Employee-Management-System

2. Create a Virtual Environment

python -m venv venv
source venv/bin/activate  # For Linux/Mac
venv\Scripts\activate     # For Windows

3. Install Dependencies

pip install -r requirements.txt

4. Apply Migrations

python manage.py migrate

5. Run the Server

python manage.py runserver

6. Access the Application

Open your browser and go to: http://127.0.0.1:8000/


🔐 Admin Login

python manage.py createsuperuser

📸 Screenshots

Dashboard View

Admin Login

Admin Dashboard


🤝 Contributing

Feel free to fork this repository, make changes, and submit pull requests. Contributions are always welcome!