Skip to content

Chat application with Angular, Redis, Node and Google :octocat:

License

Notifications You must be signed in to change notification settings

mkilincaslan/chatio

Repository files navigation

ChatIO

How to Install

Clone repo and install dependencies

git clone https://github.com/crazycoderTR/chatio.git
cd chatio
npm install

Development environments

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

DB_STRING = XXX

GOOGLE_LOGIN_CLIENT_ID = XXX
GOOGLE_LOGIN_SECRET_ID = XXX
GOOGLE_LOGIN_CALLBACK_URL = XXX

SESSION_SECRET_KEY = XXX

REDIS_URI = XXX
REDIS_PORT = XXX
REDIS_PASS = XXX

Run the app

npm run start:dev

About

Chat application with Angular, Redis, Node and Google :octocat:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published