Skip to content

bhekumuzithabethe/django-crud-operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System

Overview

This is an employee management system, whereby a user or an admin can create, read, update and delete employee details. The project is built using Django 4, HTML 5, CSS 3, and Bootstrap 5 with a Bootswatch theme. Home page

Prerequisites

  1. Python 3.8-3.12 This project uses Django v4.2.4. For Django to work, you must have a correct Python version installed on your machine. More information Here
  2. Visual Studio Code

Installation

  • Create a virtual environment.
    From the root directory, run:

On macOS:

virtualenv venv

On Windows:

python -m venv venv
  • Activate the virtual environment.
    From the root directory, run:

On macOS:

source venv/bin/activate

On Windows:

venv\scripts\activate
  • Install required dependencies.
    From the root directory, run:
pip install requirements.txt
  • Create an admin user to access the Django Admin interface.
    From the root directory, run:
python manage.py createsuperuser

When prompted, enter a username, email, and password.

Run the application

From the root directory, run:

python manage.py runserver

To view the application

Go to http://127.0.0.1:8000/.

Copyright and License

Copyright © 2023 - current year Thabethe Programming. Code released under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published