Skip to content

iamtakagi-lab/TwiChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwiChat

This service received over 120 retweets and over 1350 users in about a month.

Install

Run $ docker-compose up -d --build

Environment variable setting in backend is required.

POSTGRES_DB=twichat
POSTGRES_USER=twichat
POSTGRES_PASSWORD=twichat
POSTGRES_HOST=postgres
SECRET_KEY=secret
DEBUG=true
TWITTER_API_CONKEY=xxx
TWITTER_API_CONSEC=xxx
BACKEND_HOSTNAME=http://localhost
WEBPAGE_BASE_URL=http://localhost

References

LICENSE

MIT License