{
"backend": "express",
"database": "mongodb",
"frontend": "react (v18, vite)",
"runtime": "node.js (with TypeScript)"
}Make sure you have a .env file in the root folder. And,
API_PORT=4000
API_HOST=0.0.0.0
MONGODB_URI=mongodb://localhost:27017/ermoviedNow, run this command [yarn is recommended]
$ yarn startJust testing, not composed properly
Build first
$ yarn buildRun the app
$ yarn prod=> @mahabubx7