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
5a6a2a7c
Commit
5a6a2a7c
authored
Nov 17, 2025
by
Michele Del Giudice
Browse files
Fixed README
parent
724ecf2b
Pipeline
#241
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5a6a2a7c
# Car Rental Flask API
# Car Rental Flask API
This is a small Flask application exposing CRUD endpoints for Car
s and
Reservations using SQLAlchemy and MySQL.
This is a small Flask application exposing CRUD endpoints for Car Reservations using SQLAlchemy and MySQL.
Environment variables (or set a DATABASE_URL):
Environment variables (or set a DATABASE_URL):
-
MYSQL_USER (default: root)
-
MYSQL_USER (default: root)
-
MYSQL_PASSWORD (default:
empty
)
-
MYSQL_PASSWORD (default:
root
)
-
MYSQL_HOST (default: localhost)
-
MYSQL_HOST (default: localhost)
-
MYSQL_PORT (default: 3306)
-
MYSQL_PORT (default: 3306)
-
MYSQL_DB (default: car_rental)
-
MYSQL_DB (default: car_rental)
...
...
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