Commit 5a6a2a7c authored by Michele Del Giudice's avatar Michele Del Giudice
Browse files

Fixed README

parent 724ecf2b
Pipeline #241 failed with stages
in 0 seconds
# Car Rental Flask API # Car Rental Flask API
This is a small Flask application exposing CRUD endpoints for Cars 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)
......
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