Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 621 Bytes

File metadata and controls

38 lines (26 loc) · 621 Bytes

Information-Systems

Setup

  • Set the environment variables using the .env.template

  • Make sure docker is installed

git clone https://github.com/Prasanthi-Peram/Information-Systems.git

cd Information-Systems/
docker compose build --no-cache
docker compose up
docker exec -it information-systems-db-1 psql -U postgres

\c ac_sys
\d
SELECT * FROM device_telemetry;
  • Testing the web socket connection using the simulator
python simulate.py

ToDos

  • Create a frontend design