Skip to content

Commit

Permalink
deployment doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kichukic committed Sep 11, 2023
1 parent cfc307a commit 9ebe5a2
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,30 @@

This project is designed to measure sensor data from a device and generate real-time X-Y axis charts. Leveraging WebSocket.io technology, the application provides a robust and highly optimized solution for visualizing data. Even under challenging network conditions, our APIs consistently deliver data within an impressive 40-millisecond timeframe.

Our commitment to stability, optimization, and real-time data visualization sets this project apart.
How to fire this up ??
-------------------------
make sure node.js and mongodb installed in OS level

steps
-------
* from project dir

1)npm i
2)npm i pm2 -g
3)pm2 start automotive.mjs


if u want to monitor the logs
_________________________________
4)pm2 logs

to kill the services
________________________________
5)pm2 kill / pm2 delete automotive.mjs




note =>
---------
theres also a file called .env which we can set port and define database url , by default the port is 4001 , and database is accessed with in the system mongo service

0 comments on commit 9ebe5a2

Please sign in to comment.