Commit 59726dd5 authored by Michele Del Giudice's avatar Michele Del Giudice
Browse files

Added Python version on README

parent 5ee9afe7
# Car Rental Flask API # Car Rental Flask API
This is a small Flask application exposing CRUD endpoints for Car Reservations using SQLAlchemy and MySQL. This is a small Flask application exposing CRUD endpoints for Car Reservations using SQLAlchemy and MySQL.
This web api works with python 3.13.3
Environment variables (or set a DATABASE_URL):
- MYSQL_USER (default: root)
- MYSQL_PASSWORD (default: root)
- MYSQL_HOST (default: localhost)
- MYSQL_PORT (default: 3306)
- MYSQL_DB (default: car_rental)
- DATABASE_URL (optional; overrides the pieces above)
Install dependencies: Install dependencies:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment