Skip to content

Server for unfinished Kullo team chat software, written in Swift and using Vapor.

License

Notifications You must be signed in to change notification settings

kullo/chat-server

Repository files navigation

KulloChatServer

Running local tests on PostgreSQL

  • brew install postgresql
  • brew services start postgresql
  • createdb chatserver-test
  • Edit scheme -> Test -> Arguments
  • Add environment variable: DATABASE_URL = postgres://daniel:@localhost:5432/chatserver-test (change username to your system username)

About

Server for unfinished Kullo team chat software, written in Swift and using Vapor.

Resources

License

Stars

Watchers

Forks

Languages