Little ChatBox powered by flask. Second semester project.
Coded by Axel FAUGAS and Alexis BANDET for the second semester at Bordeaux's University, Coloration-informatique lesson.
This project is using the python's Framework "Flask", wich is a micro-framework for making web with python. it's also use a Postgresql database.
You need to install flask and python3+ for running the program. You also need psycopg2 and a valid postregsql server.