Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.07 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.07 KB

Nulab Challenge

Goal

Make a small application using our Cacoo API It is a free style. You can make any application as long as the API is used in the application. However, please make sure to code server-side programs in java.

Result

Webapp where you can login with your Cacoo account and manage your diagrams.

Consumed time: 12hs

Resources

How To Use

To clone and run this application, you'll need Git and

  1. You must update a file etc/config.json with your Cacoo consumer key and secret.
  2. Execute the command ./gradlew clean run to run the app.
  3. Visit http://localhost:8080/ to access the webapp.

TODO

  • Frontend

    • Pagination
    • Move diagram to folder
    • Remove confirmation dialog
    • Diagram details modal or screen
    • filters (sort on, sort type, etc)
    • Error page
  • Backend

    • Move diagram to folder
    • Unit test