It's a real-time project that emulate a meteorology statistics You can choose the frequency of the samples
You have to install in your computer:
- Clone the repo with the command or download the project
- Clone:
git clone https://github.com/LeaCuvelo/tp2_template.git
- Clone:
- Config the .env file
- Warning: if you change these vars, you must change it in the database.py file
- Open a terminal in the root directory
- Build and run the containers
docker-compose up -d
- That's all to start the database server, phpmyadmin and the python server. You can check it through the command
docker ps
and you could see the containers up. Also, you can enter in http://localhost:8080 and you have to see the welcome page of phpmyadmin.
- Check the project in http://localhost:8888
- Build and run the containers