Skip to content

bislip-software/shopping-cart

Repository files navigation

Shopping Cart

Overview

An e-commerce application

Shopping Cart is an e-commerce application where you can browse a list of products and add them to your cart.

Quick Start

Clone this repository

To get started clone this repository:

git clone https://github.com/jzcodeveloper/shopping-cart.git

Install dependencies

Install required modules by executing

npm install
# or
yarn install

Configure environment variables

Create a .env.local file

NEXT_PUBLIC_API_URL=https://products-api-meru.vercel.app/api

Run locally for development

npm run dev
# or
yarn dev

Build for production

If you want to run this site on production, you need to build the project with npm run build and then run it with npm start:

npm run build
npm start
# or
yarn build
yarn start

App Info

Author

JZCodeveloper JZCodeveloper

Version

1.0.0

License

This project is licensed under the MIT License.

About

An e-commerce application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors