Java代写 | CSC 301 Assignment 2

本次Java代写是实现简单的博客api

CSC 301 Assignment 2

3 Description
For this assignment, you will implement a simple blog post api. You will be required to use a specific
dependency injection framework (Google Dagger2) and Mongo DB.
4 Starter Files
When you first run the starter code, you will encounter a NullPointerException. This is caused by the lack
of dependency injection which you are required to implement. Start by taking a look at DaggerModule.java
to see what you need to implement. Also you might use the dagger 2 class example, available on the course
web site as a reference.