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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f65bd7d · Dec 23, 2020

History

1 Commit
Dec 23, 2020
Dec 23, 2020
Dec 23, 2020
Dec 23, 2020
Dec 23, 2020
Dec 23, 2020
Dec 23, 2020
Dec 23, 2020
Dec 23, 2020
Dec 23, 2020
Dec 23, 2020
Dec 23, 2020
Dec 23, 2020

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