maxlemieux / quokka

Project 3 "Quokka"
MIT License
0 stars 2 forks source link

Must have folder structure that meets MVC Paradigm. #2

Closed maxlemieux closed 4 years ago

maxlemieux commented 4 years ago

Examine create-react-app MVC structure and make sure we follow best practices as we expand the app (placing code in src/utils, src/components)

maxlemieux commented 4 years ago

We have the client in /client, API routes in /routes, components and utils split apart for the client.

Model: /models View: /client/src Controller: /controllers