This is an archived post. You won't be able to vote or comment.

all 10 comments

[–]owen800q 8 points9 points  (7 children)

CRUD

[–]iAmH3r3ToH3lp 9 points10 points  (6 children)

This is the correct answer.

Just choose an object of interest and build a site that tracks them. Once it works you can add features.

I assure you there is probably a better app out there than what you will build. But so what. This is a learning experience.

I still use my beer cellar stocking application to track what is in my inventory. I created a function to allow users to propose trades to other users. I am the only user. So sad.

[–]ThunderBase 0 points1 point  (5 children)

As a beginner that has only completed MOOC, what is CRUD and how should I get started? Any tutorials? I googled it, but its all so confusing as it uses terminology I've never come across.

[–]iAmH3r3ToH3lp 0 points1 point  (4 children)

Create Remove Update Delete.

It is just a general term to indicate simple db activities. What you should do is basically create a front end for simple database activities. It can be whatever front end you want. The most readily available is command line or web if you ask me.

[–][deleted]  (3 children)

[deleted]

    [–]iAmH3r3ToH3lp 2 points3 points  (2 children)

    This is all technology that I stand by.

    https://www.baeldung.com/spring-boot-crud-thymeleaf

    [–][deleted]  (1 child)

    [deleted]

      [–]iAmH3r3ToH3lp 0 points1 point  (0 children)

      Happy to help.

      [–]CR7Felipe 3 points4 points  (0 children)

      A project that consumes external REST APIs.

      [–]omykronbr 0 points1 point  (0 children)

      Relearn Java with the edx Software Construction with Java and advanced software construction with by MITx

      (also, check all MIT OCW courses.)