Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 808 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 808 Bytes

CheckChat - Check24 GenDev Application Project

Messenger Challenge

Watch the demo:

Demo Video

Try it out:

iOS App is live @ TestFlight

The node.js server is live @ Heroku
Including OpenAPI documentation visualized with swagger-ui.

Build locally:

To build and run the project locally, you need npm and Xcode.

  1. Start the server by running npm start in the /CheckChatServer directory.
  2. Open the /Check24 Messenger directory with Xcode & run it on a simulator.

Next steps:

  1. Database storage (e.g. Postgres)
  2. Web sockets instead of Polling