Skip to content

abhin1509/tshirtstore

Repository files navigation

The tshirt store

Backend app to sell tshirts online.

Tech Stack

Nodejs, Express, MongoDB, Swagger api

Instructions:

  1. Clone the repo.
git clone https://github.com/abhin1509/tshirtstore.git
  1. Go to the clonned directory.
cd tshirtstore
  1. Install dependencies
npm install
  1. Create .env file in root directory and set environment variable from env example file.

  2. Start the server locally

npm run dev
  1. Swagger api
http://localhost:4000/api-docs/

Payment docs references:

  1. https://razorpay.com/docs/payments/orders/create

  2. https://razorpay.com/docs/api/orders/#create-an-order/

  3. https://razorpay.com/integrations/

  4. https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements

  5. https://stripe.com/docs/api/payment_intents/object?lang=node

Releases

No releases published

Packages

No packages published