Skip to content
/ shopx Public

A Simple Ecommerce website with Vannila JavaScript and ExpressJs as backend . Google spreadsheet is used as a database for orders with razorpay integration for payment.

Notifications You must be signed in to change notification settings

dstark5/shopx

Repository files navigation

Shopx

A Simple Ecommerce website with Vannila JavaScript and ExpressJs as backend.Google spreadsheet is used as a database for orders with razorpay integration for payment.

MIT License

Run Locally

Clone the project

  git clone https://github.com/dine-5h/shopx

Go to the project directory

  cd shopx

Install dependencies

  npm install

Start the server

  npm run start

Environment Variables

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

client_email - gmail address for spreadsheet

private_key - google spreadsheet private key

keyId - RazorPay keyId

secretKey - RazorPay secretKey

gmailAddress - Gmail address to send Mail

gmailPassword - Gmail password

License

MIT

About

A Simple Ecommerce website with Vannila JavaScript and ExpressJs as backend . Google spreadsheet is used as a database for orders with razorpay integration for payment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published