An ecommerce website based on Reed Barger's course, MERN Stack the Complete Guide.
Before getting started, make sure Node.js is downloaded and installed. The latest version of Node.js can be downloaded from nodejs.org and it's recommended to use the LTS version.
This project uses MongoDB as the database. Instructions for installing MongoDB can be found here.
To run the application, first clone ths project into your machibe, then do the following:
- Install dependencies:
npm install - Add approprite configuration variables in
next.config.js - Run the project:
npm run devv