/print-shop

A Node.JS server, Express, Socket.io and MongoDB for a print shop.

Primary LanguageJavaScript

printShop

A Node.JS server, Express, Socket.io and MongoDB for a print shop.

Task List (Mark if done):

Models:

  • User Model;
  • Order Model;

Controllers:

  • User Controller (OBS: ADD TOKEN VERIFY METHOD!);
  • Order Controller

Helpers and Utils:

  • Authenticate with JWT;
  • Check token;