Skip to content

alpinagyok/Stickerson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StickerSon

Status - COMPLETED (Might be developed further in the future)

Live Vesrion

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.

Demo Screenshot

Demo Screenshot

Keys file for local deployment:

module.exports = {
  mongoURL: "",
  secret: "",
  cloudinary_name: "",
  cloudinary_key: "",
  cloudinary_secret: "",
  printful_key: "",
};

Config Vars needed for Heroku:

CLOUDINARY_API_KEY

CLOUDINARY_API_SECRET

CLOUDINARY_CLOUD_NAME

MONGODB_URL

PRINTFUL_API_KEY

SECRET

Available NPM Scripts

In the project directory, you can run:

npm run start

Runs Node server on localhost.
Open http://localhost:5000 to view it in the browser.

npm run server

Runs Node server in the development mode (Nodemon).
Open http://localhost:5000 to view it in the browser.

npm run client

Runs the React app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm run dev

Runs 'server' and 'client' scripts concurrently.
Open http://localhost:3000 to view it in the browser.

About

Sticker Store Made With MERN Stack

Resources

Stars

Watchers

Forks

Contributors