MikaaZz / tecnology-news

https://tecnology-news.vercel.app
0 stars 0 forks source link

Define the Software Architecture #4

Closed MikaaZz closed 7 months ago

MikaaZz commented 7 months ago

We gonna use the MVC Architecture, because is a easy way to handle with the project.

MikaaZz commented 7 months ago

Now, lets define the Folder Structure to use in the project:

📦 root
 ┣ 📂 pages
 ┃ ┗ 📜 index.js
 ┣ 📂 models
 ┃ ┣ 📜 user.js
 ┃ ┣ 📜 content.js
 ┃ ┗ 📜 password.js
 ┣ 📂 infra
 ┃ ┗ 📜 database.js
 ┃ ┣ 📂 migrations
 ┃ ┣ 📂 provisioning
 ┃ ┃ ┣ 📂 staging
 ┃ ┃ ┣ 📂 production
 ┣ 📂 tests