client-server
denplenkin.com
Setup Kitura Server and Postgres database server server:
-
- swift package update
- swift package generate-xcodeproj
- Choose mac target (don't forget to check linked libraries) postgres:
-
- brew install postgresql
- createuser -s postgres Create table with id bigint coloumn and other colomuns
- Start postgres server: pg_ctl -D /usr/local/var/postgres start
- Run Kitura Server
client:
-
- cd client
- pod install
-
- setup MainUrl
- run project