Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 895 Bytes

File metadata and controls

22 lines (14 loc) · 895 Bytes

XChat (xavier-chat)

super unique and thoughtful name right?

Frozen until I graduate and have time to continue...

This is the backend portion of a small messaging application that I'm putting together. This is more of a learning experience more than anything.

My "Stack":

  • Finatra for the http routing
  • SQlite for the testing database
  • Slick for the relational mapping

SQlite

I'm currently using SQlite as a local database, mostly for testing purposes. I'll more than likely move to MySQL or some other database provider when deploying this.

The SQLite documentation is amazing by the way!

I'd also like to eventually add a frontend and possibly a chat-bot for it.

The Trello Board