npm install npm run dev # On new window console move to 'emailMicroService'
npm install
npm start # Copy `.env.example` to `.env` file and customize your local variables.
cp .env.example .env- Load some initial data.
# Make sure your MongoDB Server is running.
# wherMove to directory where your Mongo is installed
./bin/mongod --dbpath ./data
# Run the init script.
npm run initDB