Skip to content

MuzamilEng/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

This software is not free, do not copy or use if have no license.

Setup

Requires

  • Node 16.x
  • FFMPEG
  • Redis
  • Mongodb

API

  1. Go to api folder, create .env file from config-example > env > api.env
  2. Replace with your configuration
  3. Run yarn to install dependecies
  4. Run yarn dev for dev env or yarn start from prod env

User

  1. Go to user folder, create .env file from config-example > env > user.env
  2. Replace with you configuration
  3. Run yarn to install dependecies
  4. Run yarn dev for dev env or yarn build && yarn start from prod env
  5. Open browser and enter localhost:8081 with 8081 is default port

Admin

  1. Go to admin folder, create .env file from config-example > env > admin.env
  2. Replace with your configuration
  3. Run yarn to install dependecies
  4. Run yarn dev for dev env or yarn build && yarn start from prod env
  5. Open browser and enter localhost:8082 with 8082 is default port

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published