EA Project App is a REST API application which written by Java (using Spring Boot).
These instructions will get you building and running the project on your local machine for development and testing purposes. See usage and supported commands for notes on how to use the application.
- Apache Maven v3+
- JDK 1.8+
- Docker
./bin/start_dbOn Unix:
./bin/setupOr others:
mvn clean packageOn Unix:
./bin/runOr others:
java -jar target/appointment-system-0.0.1-SNAPSHOT.jarThis project is licensed under the MIT License - see the LICENSE file for details