Chat app is a simple web application, where registered users can exchange messages.
🎉 Successfully deployed at: Heroku
(press on the link, register and send messages 😄)
Firstly, fork and download the app file.
Then, use the package manager npm to install dependencies.
- Initialize npm
npm init
- Download dependencies: express, ejs, dotenv and many
npm install
- Run the app with this code
node app.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.