YapWC/EDIemp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
[EDI Django and Python Project] [Accomplished] -Successfully created CRUD Backend Server -Utilization of Python and Django REST Framework -Utilization of git to document code changes and pushes to GitHub -Written in consistent Format of PEP8 -Multiple Objects created in database with 5 route: 1.Get all employees and departments details 2.Get single specific employee or department 3.Create new employee or department 4.Change an employee or department values 5.Delete an employee or department -ForeignKey used to allow employee with multiple work arrangement -Successfully retrieve calculated employee salary -Addtional 10% salary pay for leaders implemented [Not Achieved] -Test covering > 80% -Test coverage report