13 Commits

Author SHA1 Message Date
sassanix
0c2db1e4d1 Update README.md v0.01 2025-03-02 12:21:00 -04:00
sassanix
7768969e99 Update README.md
Forgot the ! for screenshot
2025-03-02 12:19:58 -04:00
sassanix
3c6df03c6f Update README.md
Screenshot fixed
2025-03-02 12:19:18 -04:00
sassanix
1d05d64fe7 Update README.md
The readme is improved by reorganizing sections, clarifying instructions, adding visual elements, and enhancing readability for potential users and contributors.
2025-03-02 12:18:56 -04:00
sassanix
20e5dd3b02 Update README.md
Added more details to the readme
2025-03-02 12:16:32 -04:00
sassanix
148d22d55c Update README.md
Added Screenshot
2025-03-02 12:11:26 -04:00
sassanix
c07d2079a2 Fixing database
Fixed API Connection Issue

Changed the Nginx proxy configuration from proxy_pass http://localhost:5000; to proxy_pass http://127.0.0.1:5000; in the container's configuration
This resolved the "ERR_CONNECTION_REFUSED" error by ensuring proper communication between Nginx and the Flask backend within the Docker container

Fixed Database Serialization Error

Updated the Python imports in app.py to properly include the date class: from datetime import datetime, timedelta, date
Modified the type checking code to correctly identify date objects: isinstance(value, (datetime, date))
This resolved the "isinstance() arg 2 must be a type or tuple of types" error that was preventing the application from retrieving warranty data

These changes resolved the connection issues between frontend and backend components, allowing the application to successfully add and display warranty information.
2025-03-02 12:08:07 -04:00
sassanix
b2f5571a31 Merge branch 'main' of https://github.com/sassanix/Warracker 2025-03-02 11:16:35 -04:00
sassanix
8d39b52b4e Create init.sql
Adding init.sql for database
2025-03-02 11:16:10 -04:00
sassanix
ff2ed8d6b0 Update README.md 2025-03-02 00:06:13 -04:00
sassanix
e97bc7c88b Fixing the fetch error for warranties database 2025-03-01 23:03:39 -04:00
sassanix
82f70164d2 My project so far 2025-03-01 22:40:41 -04:00
sassanix
10be1552f4 Initial commit 2025-03-01 22:39:48 -04:00