Audio-commerce website node api

This is a simple nodejs api required to help bootstrap ecommerce backend as a template without starting from scratch

Users should be able to:

  • Fill in all required input for checkout
  • Receive input validations
  • Login and Signup
  • Add to your cart and remove
  • Keep track of what's in the cart and many more

Back-end:

  • Node-js - JavaScript Runtime
  • Express - Node-js framework
  • Mongodb - Database
  • Mongoose - Mongodb object modeling for Node.js
  • Stripe - APIs to accept payments, send payouts, and manage businesses online.
  • Sandgrid - Email API.