Install nodejs (version 12 - LTS)
Install mongodb(community edition) https://docs.mongodb.com/manual/administration/install-community/
Let's start mongo
sudo service mongod start
mongo shell
mongo
use fueled
db.restaurants.createIndex({ location: "2dsphere"})
exit
npm i
npm run dev