From 9c5cdfdbc2161f1d82da22c687e7a19d9d25c664 Mon Sep 17 00:00:00 2001 From: ecyr20 <112498013+ecyr20@users.noreply.github.com> Date: Tue, 30 Apr 2024 19:38:53 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 465b69c..f47df69 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ When ran in development mode the API launches a Swagger page with all the routes Most routes take in JSON as outputs and give responses as JSON. +# File Structure +This API was written using Controller, Service, Model methodology. The controllers route the incoming traffic and replies using the functions within services which actually do the logic. The models are the various entities in the database. # License