Skip to content

Files

Latest commit

e196869 · Feb 1, 2022

History

History
16 lines (13 loc) · 430 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 430 Bytes

ViriCiti Vehicle Data Webserver!

enter image description here

This simple Web Server app serves a simple HTTP message.

To run this app all you need to do is:

npm install
npm start

Then open your browser and go to http://localhost:8080

Building docker container for this app is easy, run this following command and you're done:

docker build --tag webserver:version .