meseven / thechatfather

The ChatFather :shipit:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TheChatFather

How to install

Clone repo and install dependencies

git clone https://github.com/meseven/thechatfather.git

cd thechatfather

npm install

Enviroment variables

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 // for locally

About

The ChatFather :shipit:

License:Apache License 2.0


Languages

Language:JavaScript 47.4%Language:CSS 42.7%Language:HTML 9.9%