Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.51 KB

File metadata and controls

36 lines (27 loc) · 1.51 KB

MERN Stack Ecommerce App - Gamify

Technologies

Features

  • Securely create accounts and log in for a personalized experience.
  • Easily update user profiles for a customized journey.
  • Explore games by genres and ratings for tailored choices.
  • Seamlessly enjoy the platform on various devices.
  • Discover a diverse collection of video games.
  • Conveniently review and manage selected games before purchase.
  • Ensure secure and reliable payment processing.

Running Locally

Configuring environment variables

  • Fill in the environment variable values in .env file

Starting the App

  • npm install to install all dependencies
  • npm run dev to run both client & backend in development
  • cd server && npm run server to run only backend
  • cd client && npm start to run only client