This project is about a sales system based on scale trains. In the administrator part you will be able to: Create, modify and delete everything related with the database.
In the User part yo will be able to: Buy, view your buy history and see information about all trains.
In order to run the program it's essential to have the following programs:
We have to download the Jar file and then run it.
The admin username and password to can log in to the program are the follows.
user | password |
---|---|
admin | admin |
- If you did the previous steps and it doesn't works, try to run de Jar file from the console with the next command.
java -jar .\jarFileName
Remember be located in the folder what contains the jar file.