Angular SocketIO Implementation With Python Backend
Before cloning the project, you need to install docker & docker compose on your machines (Linux / Windows / Mac) so as to access the application. Listing below the links for installation:
Docker Installation https://docs.docker.com/v17.12/install/
Docker Compose Installation https://docs.docker.com/compose/install/
Once the above installation is done, clone the project and run the below commands after opening the terminal in the project directory
Docker Compose Build Command:
docker-compose -f docker-compose.yml build
Docker Compose Up Command:
docker-compose -f docker.compose.yml up
Once the above commands are successfully executed, access the application with URL http://localhost:8080