Newer
Older


ImmoWeb est un essai de site web classique pour gérer des annonces immobilières afin de tester entres autres la technologie Express
## Installation
```shell
npm install
```
and create a .env file with a MongoDB connection string in it, as follows:
```
DB_CONNECTION_STRING=<your_mongo_connection_string>
```