Backend
https://nicolas1bruno-listou-backend.herokuapp.com
git clone github.com/nicolas1bruno/listolistou-backend.git
and
cd listou-backend
npm install
create file '.env' in root folder and add code line
MONGO_URL=mongodb://localhost:27017/listou
npm run start