This is a node.js side project to make an e-commerce shop web site.
Author: Loren Cheng
Node Version: v11.4.0
Prerequisites:
- Apply a MongoDB Cloud https://cloud.mongodb.com/user#/atlas/register/accountProfile
- Apply a SendGrid API Key https://sendgrid.com/pricing/
How to setup:
- Install node.js
- Install git
- Clone this project
- Install all dependencies via npm
- Replace the environment variables in nodemon.json
- Start the app via "npm run start:dev"
You can also setup on docker with Dockerfile.
Enjoy