Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 902 Bytes

File metadata and controls

32 lines (23 loc) · 902 Bytes

software required (m2)

  • mongo
  • postman download link Mac OS
    • Mac OS - install downloaded file
    • Linux - run with postman
      wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
      sudo tar -xzf postman.tar.gz -C /opt
      rm postman.tar.gz
      sudo ln -s /opt/Postman/Postman /usr/bin/postman
      
      

global npm packages

  • express-generator
  • nodemon
  • eslint

optional software

vs code extensions

  • eslint

vs code configuration

  • "eslint.autoFixOnSave": true