This is a Flask web application designed to manage medical information using NFC tags. The application allows users to update, retrieve, and link medical information with NFC tags and other frontend technologies.
- Update Medical Information: Update medical records in the database.
- Retrieve Medical Information: Fetch medical information based on a unique medical ID.
- Write NFC Tags: Write medical information to an NFC tag.
- Read NFC Tags: Read data from an NFC tag.
- Python 3.x
- Flask
- SQLAlchemy
- SQLite (or other supported SQL databases)
- Clone the Repository:
git clone <repository-url> cd <repository-directory>