Skip to content
This repository has been archived by the owner on Sep 27, 2018. It is now read-only.

Latest commit

 

History

History
48 lines (35 loc) · 1.35 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.35 KB

MakanHiro Backend

For sql file please download from the discord #backend server

Status: In development

TODO:

  • getPost
  • getPostById
  • getPostByLocationId
  • getPostsByUserId
  • getUserSubscribedPosts
  • createPost
  • editPost
  • deletePost
  • subscribeToPost
  • unsubscribeFromPost
  • subscribeToLocation
  • unsubscribeFromLocation
  • auth (Please contact me if the graph API I used is the wrong one as I am not using a library)
  • image upload
  • notifications

Technical Specs

Database: MySQL

Language: Kotlin/Java. Feel free to use Java if you are more comfortable with Java.

Web Framework: ktor.io

Auth : Facebook login

Initial Setup

Recommended IDE : IntelliJ

setup Check this webpage to setup project for IntelliJ

Any further queries please contact BudiNverse

Framework/Libraries used

compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
compile "io.ktor:ktor-server-core:$ktor_version"
compile "io.ktor:ktor-server-netty:$ktor_version"
compile "io.ktor:ktor-gson:$ktor_version"
compile "ch.qos.logback:logback-classic:1.2.1"
compile group: 'mysql', name: 'mysql-connector-java', version: '6.0.6'