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.
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
Runs the app in the development mode.