README.md 559 octets
Newer Older
florian-boubou's avatar
florian-boubou a validé
![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)
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>
```