Question: User management app Create a CLI application for managing an employee directory. Requirements: App must have CRUD for each user entry (Must be able to

User management app

  • Create a CLI application for managing an employee directory.
  • Requirements:
    • App must have CRUD for each user entry
      • (Must be able to Add users, edit existing users, view all users and delete users from your list)
    • Each user must have the following fields: first_name, last_name, email, eid, phone
    • Each eid must be unique.
    • A full report of all users in the system can printed
      • You do not need to store data to a file. Each time you open the app the user list should start with 3 sample test users.

Please use programming language python

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!