Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 353 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 353 Bytes

FileUpload

A simple web service which accepts a file and returns the word count of that file.

Uses

How to start the app

Clone the repo

  • Run npm install
  • Run npm start
  • Launch URL http://localhost:8989