mobixsoftwarestudio / node-boilerplate

MIT License
3 stars 0 forks source link

Design Pattern Structure #3

Open augustogiles opened 4 years ago

augustogiles commented 4 years ago

Hi guys, do you have any design pattern architecture in mind?

augustogiles commented 4 years ago

Here´s my suggestion, based in how some apps and frameworks (gatsby, next) create their structures:

.circleci   
.github 
| api-tests
| docs // some .md stuffs
    | api
    | guides
    | quick-start
| jest
    setup.js
| packages // unit tests
| website // the source code of the project
    | src
        | controllers
        | views
        | model
        | routes

    | public // files and images
    | scripts // some scripts
devmobix commented 4 years ago

@rrodriguesilva and @lucasharada , could you guys take a look on this?