Parth Dudhatra
git clone https://github.com/imparth7/vistamart.git
Install dependencies: npm install (or yarn install)
Configure database connection: Update .env file with your MongoDB connection details.
Start the development server: npm run dev (or yarn start)npm run dev
You need nodemon to run dev mode in server side.
Feel free to fork repository and add star to the project.