/Shoptown

Primary LanguageJavaScript

MERN-Setup

Environment Variables

To run this project, you will need to add .env file with the following environment variables

NODE_ENV =default=> development

PORT =default=> 5000

MONGO_URI

Installation

 npm install
 cd client
 npm install
 cd ..
 npm run dev