This is the Standbasis backend repo that manages the curiculum delivery process management system.
To get a local copy up and running, follow these steps.
Ensure you have the following software installed:
- Java Development Kit (JDK) 11 or higher
- Apache Maven
- Git
-
Clone the repository:
git clone https://github.com/loyboy/standbasis2022backend.git -
Navigate to the project directory:
cd standbasis2022backend -
Install the dependencies:
mvn clean install
To run the Spring Boot application, use the following command:
mvn spring-boot:run
The application should start, and you can access it at http://localhost:8080 in your web browser.
To build the application into a JAR file, run:
mvn clean package
The JAR file will be located in the target directory. You can run it with:
java -jar target/standbasis2022backend.jar
To run the tests, use:
mvn test
Distributed under the MIT License. See LICENSE for more information.
Emmanuel Ephraim - @loyboytech - onehubdigita@gmail.com
Project Link: https://github.com/loyboy/standbasis2022backend