Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 711 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 711 Bytes

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.