Skip to content

Prasanthi-Peram/Information-Systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors