Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 609 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 609 Bytes

Task app using HTML, CSS, Javascript.

Used to illustrate MVC architecture, NodeJS, PostgreSQL, Jest, application containerization.

Original project https://www.youtube.com/watch?v=DqaTKBU9TZk , SuperSimpleDev

TODO:

  • Refactor application index.html, app.js, styles.css, convert to arrow functions.
  • Style page.
  • Initialize Node project.
  • Write unit and integration tests (Jest).
  • Use PostgreSQL (docker container) to persisit data.
  • Containerize application and build docker-compose file.
  • Push to dockerhub.
  • Add instructions to run container in README.md