Watch the companion video at: https://www.youtube.com/watch?v=fy6-LSE_zjI
- Node.js
- Mongo DB
- Git
Follow these steps at the command line:
git clone https://github.com/arcdev1/mm_express_api_example.git
cd mm_express_api_example
npm install
mongod
npm run start
To get the unique email error to work like in the video, you need to add a unique constraint on the email field in MongoDB as described at: https://docs.mongodb.com/manual/core/index-unique/