/chat-app

💬 With this app, I am working on Node, Express Server, Redis-Server (for Cookie Management ) Express.JS, Node.JS, Angular, Socket.io etc to get familiar with these tools and technologies.

Primary LanguageCSSApache License 2.0Apache-2.0

TheChatApp (Development in progress.)

How to install

Clone repo and install dependencies

git clone https://github.com/Abdulhalik/chat-app.git

cd chat-app

npm install

Enviroment variables

Create a file named ".env" in the root directory and fill its contents as follows.

DB_STRING = XXX

GITHUB_LOGIN_CLIENT_ID = XXX
GITHUB_LOGIN_SECRET_ID = XXX
GITHUB_LOGIN_CALLBACK_URL = XXX

SESSION_SECRET_KEY = XXX

REDIS_URI = XXX
REDIS_PORT = XXX
REDIS_PASS = XXX

Run the app

npm run start:dev // for locally