-
Mert Dede
- GitHub:
Anaxilaus
- No:
2016280010
- GitHub:
-
Uluğbey Alp
- GitHub:
UlugbeyAlp
- No:
2016280002
- GitHub:
Team name: MU.
Stands for M
ert and U
luğbey.
│ ├── src
│ │ ├── main
│ │ │ ├── java.mu.Project
│ │ │ │ ├── Main [Manifest class]
│ │ │ │ ├── Models
│ │ │ │ ├── Controllers
│ │ │ │ ├── Views
│ │ │ │ ├── Logger
│ │ │ │ ├── Connector
│ │ │ ├── resources [SQL scripts]
│ │ │ │ ├── schema.sql
│ │ │ │ ├── prototype.sql
│ ├── bin
│ │ ├── Project-1.1.jar [Executable fat jar]
│ │ │ ├── mu.Project [version 1.1]
│ │ │ ├── resources
│ │ │ ├── sqlite-jdbc [version 3.27.2.1]
├── *.md
│ ├── resources [for MarkDown files]
├── pom.xml [Project Object Model]
├── .gitignore
Click to install without cloning: bin/Project-1.1.jar
This jar file is executable and contains dependencies and resources too, thus portable.
You can take a look at what's inside by following command:
$ jar tf Project-1.1.jar
Launch portable jar on command line as below to run the program:
$ java -jar Project-1.1.jar
Note: Java 11 or higher.
Testing accounts with default password, "password"
- Customer account:
customer@tester.com
- Admin account:
admin@tester.com
Trying to log in with a new email address and password will result on a new customer account.