Skip to content

Latest commit

 

History

History
71 lines (52 loc) · 2.59 KB

File metadata and controls

71 lines (52 loc) · 2.59 KB

Frontend Banner

Eccommerce + Dashboard & CMS

Fullstack responsive E-commerce Platform with Admin Dashboard and CMS. Responsive store for customers to browse and purchase products using Stripe checkout.

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed on your machine:

Installation

Install the project dependencies using npm:

npm install

Set Up Environment Variables

Create a new file named .env in the root of your project and add the following content:

NEXT_PUBLIC_API_URL=http://localhost:3000/api/{storeId}

Replace the placeholder values with your actual credentials. You can the storeId value from the settings tab in the admin pannel.

Running the Project

npm run dev

Open http://localhost:3001 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.