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.1
and 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 nodemon
andnpm i -g ts-node-dev
andnpm i -g typescript
- unzip the source open terminal in
v_chat_sdk_backend
- run this
npm run dev
if it prints your server run on port 3000 and mongo db connected all done - get your
IPv4 Address
for windows runipconfig
in 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 3000
andmongo db connect
then all done and server works good - run flutter app now