Skip to content

Commit edf7a06

Browse files
author
hirsch88
committed
add config to project structure in the readme.md
1 parent 0f3d871 commit edf7a06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,9 @@ The route prefix is by default `/api/v1`, but you can change this in the .env.ex
9999
| **src/api/services/** | Service Layer |
100100
| **src/api/** swagger.json | Swagger Documentation |
101101
| **src/console/** | Command Line scripts |
102+
| **src/config/** | Configurations like database or logger |
102103
| **src/constants/** | Global Constants |
103-
| **src/core/** | All the libraries configurations and our small framework |
104+
| **src/core/** | Our small framework |
104105
| **src/database/factories/** | Model Factories to generate database records |
105106
| **src/database/migrations/** | Migrations scripts to build up our database schema |
106107
| **src/database/seeds/** | Seed scripts to fake some data into our database |

0 commit comments

Comments
 (0)