the project is divided into 2 apps web-client project for fronend; web-api for node and MongoDB
#Node Version
Node.js v16.5.0.
#for web api (node app) just run
npm install
after installing node packages run
npm start
make sure sever is started
http://localhost:8888/status
should return
API IS UP AND RUNNING ✅
################################################
🏁 Server listening on port: 8888 🏁
################################################
info Connection to database engine has successfully established ✅