final project for Free Uni OOP class
The following repo contains Java-EE Implementation of Restaurant Management System.
- Java 15+
- Mysql 8.0.25+
- tomcat 7
- maven 3
This repo is integrated with Intellij, it's easy to build and run with intellij configurations
Change mysql database username/password into pom.xml
and DataBaseInfo.java
Run this maven command to start server -mvn sql:execute tomcat7:run
Consider to change Gmail username and password into Mailer.java
,
Otherwise you will not be able to register into website
AGPL-3.0
The code in this repository is covered by the included license.