Skip to content

Node JS + Express JS backend for an online shopping store with Stripe payment gateway and Twilio messaging service.

Notifications You must be signed in to change notification settings

rukshan99/api-shopping-store

Repository files navigation

Online Shopping Store (DS Assignment 2)

Node JS + Express JS backend for the online shopping store application.

  • The payment gateway is implemented with Stripe.
  • The messaging service is implemented with Twilio.

npm start : .env

Note: You should first create a .env file in the root directory of the project before running the application.

In the .env file you should define these variables. STRIPE_SECRET_KEY | TWILIO_ACCOUNT_SID | TWILIO_AUTH_TOKEN | TWILIO_NUMBER | MONGO_DB_PASSWORD | GMAIL_USERNAME | GMAIL_PASSWORD

Get Stripe credentials | Get Twilio credentials

Runs the app in the development mode.

About

Node JS + Express JS backend for an online shopping store with Stripe payment gateway and Twilio messaging service.

Topics

Resources

Stars

Watchers

Forks