This is the Backend part of the simple sharit application. See the sharit repo for further informations.
Install mongodb following the official doc. Then, set the config in the env.js file
.Install the NodeJs environment following the official doc
Open a terminal and run
npm install
To start mongoDb, add the bin install folder to the path, then run
mongod
If your db is in a specific directory, specify it with
mongod --dbpath ~/mongo-data/db
To launch the application with a NodeJs server, open a terminal and run
npm start