Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michele del Giudice
DevOps Tests
Commits
59726dd5
Commit
59726dd5
authored
Nov 18, 2025
by
Michele Del Giudice
Browse files
Added Python version on README
parent
5ee9afe7
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
59726dd5
# 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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment