Single Page Application Boilerplate web store that utilizes mongoDB or MySql
npm install spam-storeThis is a React boilerplate single page responsive portfolio app. There are a ton of components you can use to build your own custom app. This package is bootstrapped with Creat React App. It utilizes CSS Grid and has components that are completely customizeable, includes a mongoDB connection to store the info of your webstore items. We also have a seed file which when run will allow you to seed the DB with our information to properly display the application.
``
README.md
spa-store
├──controllers
├──modelController.js
├──userController.js
├──models
├──index.js
├──Item.js
├──Order.js
├──users.js
├──routes
├──index.js
├──API
├──api.js
├──scripts
├──build.js
├──seedDB.js
├──start-client.js
├──.gitignore
├──nodemon.json
├──server.js
├──package.json
├──client
├──public
├──favicon.ico
├──index.html
├──manifest.json
├──src
├──Compnents
├──Auth
├──Login
├──Registration
├──Feature
├──Footer
├──Header
├──ItemCards
├──Logo
├──Navigation
├──NavigationItems
├──SideDrawer
├──Toolbar
├──Pages
├──Accessories
├──Boards
├──Clothing
├──Home
├──Wetsuits
├──UI
├──Backdrop
├──Button
├──Cart
├──Filter
├──Input
├──Modal
├──SingleItem
├──Container
├──App
├──Checkout
├──Layout
├──utils
├──Assets
├──Images
``