-
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-
The backend is available at http://127.0.0.1:8000/
-
To test the db using psql
docker exec -it information-systems-db-1 psql -U postgres
\c ac_sys
\dSELECT * FROM device_telemetry;- Testing the web socket connection using the simulator
python simulate.py- Create a frontend design