NODE API Node API for connecting to DB with Express Server Instructions Installation 💡 Go to server folder with the cli and use the commands npm install Building 🛠️ For building the server app (compile from TS to JS) npm run build Run compiled server 🚀 npm run dev or npm start