Skip to content

LeaCuvelo/tp2_template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SENSORS real time project

Description

It's a real-time project that emulate a meteorology statistics You can choose the frequency of the samples

Prerequisites

You have to install in your computer:

Installation

  1. Clone the repo with the command or download the project
    • Clone: git clone https://github.com/LeaCuvelo/tp2_template.git
  2. Config the .env file
    • Warning: if you change these vars, you must change it in the database.py file
  3. 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

About

This is the tp2 practice template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.8%
  • Python 40.6%
  • JavaScript 11.4%
  • Dockerfile 2.2%