-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sergey Mudrik edited this page Sep 24, 2018
·
2 revisions
- 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/...
- BE: run in Docker
- BE: auto build docker-image after commit