Skip to main content

local installation

before read this first read project_settings tab project_settings

  • this tutorial for windows and macOS and linux
  1. install node js node v 16.13.1 and mongo db mongo any version
  2. if you want to see the database like php my adman you can install mongo db compass
  3. install nodemon npm i -g nodemon and npm i -g ts-node-dev and npm i -g typescript
  4. unzip the source open terminal in v_chat_sdk_backend
  5. run this npm run dev if it prints your server run on port 3000 and mongo db connected all done
  6. get your IPv4 Address for windows run ipconfig in cmd mac will get it from setting/network and network usually it starts with 192.168.1.***
  7. add your public ip address to flutter vchat init
    Example
  8. if you see in console server run on port 3000and mongo db connect then all done and server works good
  9. run flutter app now