https://github.com/vicen-te/tamagotchi-http-protocol-and-database-system
This is an assignment done for the University and it is also my first project with Python.
https://github.com/vicen-te/tamagotchi-http-protocol-and-database-system
database-system http-protocol mysql-database python
Last synced: about 2 months ago
JSON representation
This is an assignment done for the University and it is also my first project with Python.
- Host: GitHub
- URL: https://github.com/vicen-te/tamagotchi-http-protocol-and-database-system
- Owner: Vicen-te
- Created: 2022-12-27T22:49:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T00:02:32.000Z (almost 3 years ago)
- Last Synced: 2025-10-06T16:37:30.927Z (8 months ago)
- Topics: database-system, http-protocol, mysql-database, python
- Language: Python
- Homepage:
- Size: 381 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tamagotchi - HTTP Protocol and Database System
This is an assignment done for the University and it is also my first project with Python.
## About this project
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.
# Running App
### Running Back-end
- Open Tamagotchi folder as project in PyCharm if possible
- Set interperter.
- Install the `mysql`, `mysql-connector-python` and `requests` packages in the interpreter.
- Run the proyect.
### Running Database
- Run the remote MySQL Server on workbench or XAMPP.
# Web Photos and PDU responses





