Skip to content

nemu626/respass

 
 

Repository files navigation

respass

Websocket-based chat app implementation written in TypeScript

Try now

CircleCI Coverage Status

Deploy

Notes

In production environment, you have to use this application with https. If not, the server will automatically redirect to https.

Prerequisites

  • PostgreSQL
  • NodeJS (>=6)

DB Settings

Create User respass with empty password.

createuser respass
createdb respass-dev
createdb respass-test

Run

cp .env.sample .env
typings install
npm install
npm run db:migrate
npm start

Testing

npm test

CONTRIBUTING

See CONTRIBUTING.md

LICENSE

MIT

About

Websocket-based Chat System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.4%
  • CSS 8.2%
  • JavaScript 2.8%
  • HTML 1.4%
  • Shell 1.2%