A robust, full-stack web application that allows administrators to design custom employee registration forms on the fly and manage employee records through a dynamic directory. This project demonstrates the seamless integration of a Django REST Framework backend with a modern, Vanilla JavaScript frontend.
Quick Setup
pip install django djangorestframework django-cors-headers djangorestframework-simplejwt
python manage.py makemigrations python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Ensure your Django server is running at http://127.0.0.1:8000.
Open the project folder in VS Code.
Right-click index.html and select "Open with Live Server".