xbanks / xchat-api

Learning Scala through creating a chatroom! This is the backend API portion of it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Learning Scala through creating a chatroom! This is the backend API portion of it.


Languages

Language:Scala 100.0%