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)
-
Notifications
You must be signed in to change notification settings - Fork 0
Server for unfinished Kullo team chat software, written in Swift and using Vapor.
License
kullo/chat-server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Server for unfinished Kullo team chat software, written in Swift and using Vapor.