A simple web service which accepts a file and returns the word count of that file.
Uses
- express.js + multer middleware for multipart upload
https://github.com/shiya/multer-upload-example/tree/master
How to start the app
Clone the repo
- Run
npm install
- Run
npm start
- Launch URL
http://localhost:8989