{
"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/ermovied
Now, run this command [yarn
is recommended]
$ yarn start
Just testing, not composed properly
Build first
$ yarn build
Run the app
$ yarn prod
=> @mahabubx7