Skip to content

meroo36/multilingual-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multilingual Chat

A Node.Js chatting application to support multilingual conversations.

Demo

https://meroo36-multilingual-chat.herokuapp.com/

Run Locally

Clone the project

  git clone https://github.com/meroo36/multilingual-chat.git

Go to the project directory

  cd multilingual-chat

Install dependencies

  npm install

Start the server

  npm start

Environment Variables

For Windows

  copy env-example .env

For Unix

  cp env-example .env

To run this project, you will need to add the following environment variables to your .env file

PORT

DEEPL_API_KEY

You can get your DEEPL_API_KEY from https://www.deepl.com/

About

A Node.Js chatting application to support multilingual conversations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published