/CodePatterns

CodePatterns. A CRUD app for a school project i made, where you can learn coding patterns.

Primary LanguageJava

To run, simply:

$ make

You need to have make installed on your computer to run the project. Or you can look at the Makefile and run the compile/run commands yourself.

Easiest way to install make on windows is to use scoop. Set it up following the guide here https://scoop.sh/ and then type

$ scoop install make