Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ecyr20 authored May 1, 2024
1 parent fd1456c commit 9c5cdfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9c5cdfd

Please sign in to comment.