This is an assignment done for the University and it is also my first project with Python.
I use a local html web service and a local service for the database. All PDU requests have PDU responses that tell you in the Python runtime console whether or not the information is correct, and if not, why. Also, this information will be stored in a txt file called log.txt. In the HTML file there will only be a message that says ok or nok (not ok), it is the json of the PDU response.
- Open Tamagotchi folder as project in PyCharm if possible
- Set interperter.
- Install the
mysql
,mysql-connector-python
andrequests
packages in the interpreter. - Run the proyect.
- Run the remote MySQL Server on workbench or XAMPP.