Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 867 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 867 Bytes

projectPortfolio

NodeJS web server for hosting project portfolio. Replacement for a session based nodeJS server using websockets / socket.io .

Goals of Project

The main goal of this project is to create a project portfolio for various coding and 3D printing projects. It will also provide secure login to access of smart home products with controls.

To become familiar with many development practices and utilities including:

  • git/github for VCS
  • RESTful API design practices
  • noSQL database (MongoDB)
  • using dependencies with node/npm with proper documentation
  • secure signup/login features
  • implement googleassistant api and IFTTT for smart home control

Resources used for project