Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 749 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 749 Bytes

Meal Planner 🍜

A simple meal planner made in Swing to demonstrate MVP architecture.

Getting Started

On linux, execute this command to build and run:

javac -cp '.:./lib/*' Main.java && java -cp '.:./lib/*' Main && find . -type f -name '*.class' -delete

On windows, use this instead:

javac -cp .;./lib/* Main.java && java -cp .;./lib/* Main && del /s *.class

The default username and password are both user which can be found in database folder.

Contributors

Special thanks to Arzmin and Willi. 🦋

Screenshots

Login Dashboard Meal Details

License

MIT