Skip to content

This repo contains code that reads feedbacks in different text files, convert to python object, and then add to the website.

Notifications You must be signed in to change notification settings

Hina-softwareEngineer/adding_feedback_to_website

Repository files navigation

Process Text Files with Python Dictionaries and Upload to Running Web Service

Project Problem Statement

You'll write a script that interacts with a running web service. The web service is part of your company's website and is in charge of storing and displaying the customer reviews of the company.

The reviews are stored in text files in the local disk. Your script should open those files, process the information to turn it into the format expected by the web service, then send it to the web service to get stored.

For this, The service is running on the same machine, and you can actually look at how all of it is implemented, if you want. But you don't need to change the service implementation to complete the exercise.

About

This repo contains code that reads feedbacks in different text files, convert to python object, and then add to the website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages