Folder Structure - TheBeetles/PolliNation GitHub Wiki
Frontend (Client Folder)
App Folder
Contains the main pages and components of the pages
Components
Contains individual reusable components
CSS
Contains the CSS files
Rest Of The Folders
These are route names to the page and inside contains the js for the pages
Public Folder
Contains all of the static assets
Backend (API Folder)
Contains the main application, config files, and setup files
Pollination Folder
Contains the database schema/model, routes, and initialization
Routes Folder
Contains all of the routes with each file to separate different functionality of the app