Cloudkibo / WhatsApp

0 stars 0 forks source link

project setup solution #4 #55

Closed Assadbintahir closed 6 years ago

Assadbintahir commented 6 years ago

This contains solution for #4.

It contains following:

  1. Logger module (both client & server) (Done)
  2. Linter (Done)
  3. Linter script for auto-linting and also auto-lint on pre-commit (Done)
  4. socket.io setup (Not Done)
  5. utility module (both server and client) (Done)
  6. rest api calling utility (client side and server side) (Done)
  7. gitignore file (Done)
  8. editorconfig file (Done)
  9. authentication middleware (Not Done)
  10. environment based configurations (Done)
  11. express configuration & setup (Done)
  12. server script which automatically pulls code and runs compilation and bundling (Done)
Assadbintahir commented 6 years ago

On Aug 18, 2018 (Last Saturday), I done following tasks.

socket.io Setup Done Authentication Middleware Done Redux setup Done