MEVN Todo App

Installation

  1. Start MongoDB's mongod service on port 27017
  2. Install dependencies and start the server
cd server
npm install
npm start
  1. Install dependencies and start the client
cd client
npm install
npm run dev
  1. Open http://localhost:8080 in your browser

Server Unit Tests

cd server
npm test

After testing, detailed coverage can be found at server/coverage/index.html