![Etat de build](https://www-apps.univ-lehavre.fr/forge/cm151796/immoweb/badges/master/pipeline.svg) ![Couverture de code](https://www-apps.univ-lehavre.fr/forge/cm151796/immoweb/badges/master/coverage.svg) # ImmoWeb ImmoWeb est un essai de site web classique pour gérer des annonces immobilières afin de tester entres autres la technologie Express ## Installation before anything else, run ```shell npm install ``` and create a .env file with a MongoDB connection string in it, as follows: ``` DB_CONNECTION_STRING= ```