cd backend
Install mongo globally https://docs.mongodb.com/manual/administration/install-community/
Or run in docker
mkdir ~/data
sudo docker run -d -p 27017:27017 -v ~/data:/data/db mongo
Install python
pip install numpy
pip install pandas
pip install sklearn
pip install pymongo
Intall node
npm i -g nodemon
nodemon index.js
or just
node index.js