An open API service indexing awesome lists of open source software.

https://github.com/serginator/nodebeginnerbook

Source of the book
https://github.com/serginator/nodebeginnerbook

Last synced: 6 months ago
JSON representation

Source of the book

Awesome Lists containing this project

README

          

# App for upload files
* It should show a file upload form in /start
* It should show the image at /show

# Stack
* HTTP server
* some kind of router (to handle /start and /upload)
* request handlers
* request data handling
* some kind of view logic
* upload handling