This is the application where 2 persons can chat and use authentication to login.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone //add_github_link
# Go into the repository
$ cd chat_app
# Install dependencies
$ npm install
# Run the app
$ npm start
Note If you're using Linux Bash for Windows, see this guide or use
node
from the command prompt.
This software uses the following open source packages:
The author of this project is Nejc Kraševec, who wrote it as part of a summer computer camp. Link to my contact: https://direct.me/nejc-krasevec