README.md 352 octets
Newer Older
mathieu-chouchou's avatar
mathieu-chouchou a validé
# 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

mathieu-chouchou's avatar
mathieu-chouchou a validé
before anything else, run 
mathieu-chouchou's avatar
mathieu-chouchou a validé
and create a .env file with a MongoDB connection string in it, as follows:

```
DB_CONNECTION_STRING=<your_mongo_connection_string>
```