Note: This project is under development.
- Java 8
- spring IoC
- spring boot
- spring Data JPA
- JPA/Hibernate
- Thymleaf
- MySQL
- Apache Tomcat
- maven
- template gentelella
** You must change the file application.properties. Put your own DataBase, your login and password. You can also change the server port and the other options.
# Clone the repo
$ git clone https://github.com/ouramdane19/E-Shop1.0.git
# create the database eshop2
mysql -u root
CREATE DATABASE eshop2 ;
go to http://localhost:8083 in your browser
- Login: admin
- password : 1234 The password can be changed after deployment to server or installation.
MIT