An Online Ecommerce store using Next.js integrated with Stripe for payment method and Sanity for database
Visit the fully deployed project
Click hereThis is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/vudiep411/ecommerce-sanity-stripe.gitt
- Install NPM packages
npm install
- Run the React Project
npm run dev
- Install Sanity
cd ./quickvids-backend npm install -g @sanity/cli
- Set up Sanity on web browser
visit: https://www.sanity.io/docs/getting-startedto complete the set up
Note:
- Sign up and get Sanity secret token to start
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: [https://github.com/vudiep411/ecommerce-sanity-stripe]