Skip to content
Sergey Mudrik edited this page Sep 24, 2018 · 2 revisions

TODO

  • simple node.js web-application with one static page on /
  • run web-application on server
  • FE: GET:/all - get list of all pages
  • BE: GET:/all - get list of all pages
  • FE: upload page with edit form
  • BE: GET:/get_new_id
  • BE: POST:/upload - save page
  • FE: /pages/...
  • BE: GET:/pages/...

other TODO

  • BE: run in Docker
  • BE: auto build docker-image after commit
Clone this wiki locally