Running Locally

Make sure you have Node.js and the Mongo DB installed.

$ git clone https://github.com/serignebabacar/gestion-objet.git # or clone your own fork
$ cd gestion-objet
$ npm install or npm ci
$ npm start

Your app should now be running on localhost:5000.