/MilkyStoreBackend

A kotlin based server for the milky store mobile application

Primary LanguageKotlin

🥛 MILKY STORE - B A C K E N D - 🥛

A kotlin:purple_heart::purple_heart: based backend server to power up the milky store :orange_heart::orange_heart: android application

banner

🥛 FEATURES 🥛

  • Secure serialisation 🤯 leads to a better overall server security.
  • Use of Hikari pooling 👨‍💻 to reduce the time to connect to the database.
  • Use of trasactions 🧑‍🚀 as a safer way to add/modify/delete items.
  • Use of kotlin coroutines 🧐 to do the blocking tasks.
  • Authentification using custom jwt implementation 👾 .

🥛 Things to do 🥛

  • Add the JWT authentification.
  • Add authorisation for all the routes
  • Develop a pipline in heroku for CI