CIS XXXXXXXXXXHomework 1, Spring 2021 CIS XXXXXXXXXXHomework 1, Spring 2021 Command Line based Contact Book This homework requires you to have a remote MySQL database setup in AWS. 1. Please create a...

I need help with this python assignment.


CIS 3368 - 23523 Homework 1, Spring 2021 CIS 3368 - 23523 Homework 1, Spring 2021 Command Line based Contact Book This homework requires you to have a remote MySQL database setup in AWS. 1. Please create a separte table for this assignment named contacts . In this table you need at least the following columns: id , contactDetails , creationDate . You may add additional columns as you like. Fill your table with at 15 records. We recommend you use MySQL Workbench for creating the table and inserting data into the table. (https://www.mysql.com/products/workbench/). But you can use any tool that you are comfortable with. 2. The main objective of this project is to save customer contact details. It’s important that you set up the commands users can use to enter the contact details on the command line. Implement a menu of options for a user to modify the contact details. Each option is represented by a single character. The program initially outputs the menu, and outputs the menu after a user chooses an option. The program ends when the user chooses the option to Quit. This should look like this: 3. Implement all the features as listed in the menu using a database table to store the contact records. Utilize the python-mysql-connector module. Create a Python class to hold the contact data and make use of that class in your code when interacting with the DB table. Other Requirements Make sure the username and password for the database you setup are credentials you’re willing to share. Do not use personal passwords for this homework, which you might be using anywhere else. Make sure your project compiles and runs. If the project doesn’t run, you will forfeit points. Using Github Classroom to setup the remote repo for this assignment To set up the remote github repository for your submission correctly, please follow the link below to accept the assignment via GitHub classroom. https://classroom.github.com/a/zFwaCTbr MENU a - Add contact d - Remove contact u - Update contact details b - Output all contacts in alphabetical order c - Output all contacts by creation date o - Output all contacts q - Quit Choose an option: 2/23/21, 10:06 PM Page 1 of 2 You will then have an empty repository in GitHub. What to Turn in Commit your source code (properly commented)to your private repository in the Github classroom. Do not zip the files together. Your github repository should show multiple meaningful commits illustrating how you worked through the problem. Submit the link to your github repository containing your homework via Blackboard. Basic Grading rubric for this homework Item Points DB Table setup 20 Code for Command Line Menu and Business Logic 15 Comments explaining Command Line Menu and Business Logic 15 Code for interaction with DB 20 Comments explaining DB interaction code 20 Submitted via Github Classroom/Link provided in BB 5 Multiple meaningful commits showing progress 5 Total 100 Deduction 50% if code doesn’t compile (up to -50) Last updated 2021-02-01 17:12:09 -0600 2/23/21, 10:06 PM Page 2 of 2
Feb 24, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here