Go to Here for instruction about how to create a database. Get the URI from that and put it in config.json ...
website/ ├── index.html # Pagina principal ├── server.py # Servidor Python (desarrollo) ├── assets/ │ ├── css/ │ │ └── style.css # Estilos CSS │ ├── js/ │ │ └── main.js # JavaScript │ └── images ...