Skip to content

Shiyinq/anonim-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anonim-chat

GitHub top language Lines of code GitHub repo size

GitHub last commit GitHub commit activity GitHub commit activity

Chat with random stranger anonymously

image

Requirements

  • node js v14
  • mongodb v5

Setup

  • git clone https://github.com/Shiyinq/anonim-chat.git
  • cd anonim-chat
  • npm install
  • rename .env.example to .env and edit .env with your own bot token and mongo uri
  • npm run dev