/playFrameWork

Primary LanguageJavaScriptOtherNOASSERTION

Play Application - TweetAnalytics

Project Objectives:

  • Develop a reactive web Application to Search Relavent tweets by keyword

Tool && Framework:

Project guidelines

  • Based on Play FrameWork
  • Build and run through sbt
  • Document all method (including private methods)
  • Controller Action must be asynchronous
    • Using Java 8 :
      • CompletionStage
      • CompletableFutrue
    • Not using :
      • get()
      • join()
  • Create JUnit

Project Requirement link :

project requirement1