diff --git a/mealAPI/app.py b/mealapi/app.py similarity index 100% rename from mealAPI/app.py rename to mealapi/app.py diff --git a/mealAPI/model/__init__.py b/mealapi/model/__init__.py similarity index 100% rename from mealAPI/model/__init__.py rename to mealapi/model/__init__.py diff --git a/mealAPI/model/db.py b/mealapi/model/db.py similarity index 100% rename from mealAPI/model/db.py rename to mealapi/model/db.py diff --git a/mealAPI/model/ingredient.py b/mealapi/model/ingredient.py similarity index 100% rename from mealAPI/model/ingredient.py rename to mealapi/model/ingredient.py diff --git a/mealAPI/model/meal.py b/mealapi/model/meal.py similarity index 100% rename from mealAPI/model/meal.py rename to mealapi/model/meal.py diff --git a/mealAPI/model/mealingredient.py b/mealapi/model/mealingredient.py similarity index 100% rename from mealAPI/model/mealingredient.py rename to mealapi/model/mealingredient.py diff --git a/mealAPI/resources/__init__.py b/mealapi/resources/__init__.py similarity index 100% rename from mealAPI/resources/__init__.py rename to mealapi/resources/__init__.py diff --git a/mealAPI/resources/mealresource.py b/mealapi/resources/mealresource.py similarity index 100% rename from mealAPI/resources/mealresource.py rename to mealapi/resources/mealresource.py diff --git a/mealAPI/schemas/__init__.py b/mealapi/schemas/__init__.py similarity index 100% rename from mealAPI/schemas/__init__.py rename to mealapi/schemas/__init__.py diff --git a/mealAPI/schemas/ingredientschema.py b/mealapi/schemas/ingredientschema.py similarity index 100% rename from mealAPI/schemas/ingredientschema.py rename to mealapi/schemas/ingredientschema.py diff --git a/mealAPI/schemas/marshm.py b/mealapi/schemas/marshm.py similarity index 100% rename from mealAPI/schemas/marshm.py rename to mealapi/schemas/marshm.py diff --git a/mealAPI/schemas/mealschema.py b/mealapi/schemas/mealschema.py similarity index 100% rename from mealAPI/schemas/mealschema.py rename to mealapi/schemas/mealschema.py diff --git a/mealAPI/utils/__init__.py b/mealapi/utils/__init__.py similarity index 100% rename from mealAPI/utils/__init__.py rename to mealapi/utils/__init__.py diff --git a/mealAPI/utils/config.py b/mealapi/utils/config.py similarity index 100% rename from mealAPI/utils/config.py rename to mealapi/utils/config.py diff --git a/mealAPI/utils/error_handlers.py b/mealapi/utils/error_handlers.py similarity index 100% rename from mealAPI/utils/error_handlers.py rename to mealapi/utils/error_handlers.py diff --git a/mealAPI/utils/healthchecks.py b/mealapi/utils/healthchecks.py similarity index 100% rename from mealAPI/utils/healthchecks.py rename to mealapi/utils/healthchecks.py