local installation
before read this first read project_settings tab project_settings
- this tutorial for windows and macOS and linux
- install node js node
v 16.13.1and mongo db mongoany version - if you want to see the database like php my adman you can install mongo db compass
- install nodemon
npm i -g nodemonandnpm i -g ts-node-devandnpm i -g typescript - unzip the source open terminal in
v_chat_sdk_backend - run this
npm run devif it prints your server run on port 3000 and mongo db connected all done - get your
IPv4 Addressfor windows runipconfigin cmd mac will get it from setting/network and network usually it starts with192.168.1.*** - add your public ip address to flutter vchat
init
Example - if you see in console server run on
port 3000andmongo db connectthen all done and server works good - run flutter app now