Skip to content

jeremy776/chat-app

Repository files navigation

Chat App

Run

$ npm install
$ npm start

Compile Tailwindcss

$ npx tailwindcss -o public/tailwindcss/compile.css

Configuration

Go to .env.example then rename to .env.

# > .env

# change to your mongo url
MONGOOSEURL=mongourl

# your e-mail
email=example@gmail.com

# your e-mail password
password=manusiaemailpassword

# set port : http://localhost:port
PORT=3000

# set title name
TITLE=mychatApp

# url web
WEBURL=http://localhost:3000

Features

  • Register - Create user account
  • Login - Login to user account
  • email activation when register
  • send message privately
    • /me/userID

Fix error

1. Invalid Login

Notes

This project is not completely finished yet

About

Aplikasi chat berbasis website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published