Shopping List App

This is the backend part of a shopping list application.

Install & Run

Clone the project and run the following commands

npm install
npm start

Task List

  • Separate service / controller / route layers
  • Validation
  • Middlewares
  • Authorization
  • Users API
  • Test Cases