# 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= ```