This is a responsive website project made with NodeJS (Express) + React + MongoDB. The user can browse the website and see different sticker mockups (products) created by other users. Users can create a store (to create products), order (no payment now, just simulation) products, write reviews and see sales analytics.
module.exports = {
mongoURL: "",
secret: "",
cloudinary_name: "",
cloudinary_key: "",
cloudinary_secret: "",
printful_key: "",
};In the project directory, you can run:
Runs Node server on localhost.
Open http://localhost:5000 to view it in the browser.
Runs Node server in the development mode (Nodemon).
Open http://localhost:5000 to view it in the browser.
Runs the React app in the development mode.
Open http://localhost:3000 to view it in the browser.
Runs 'server' and 'client' scripts concurrently.
Open http://localhost:3000 to view it in the browser.
