- IDE of choice (IntelliJ, Eclipse, etc.)
- Java 8+
- PostgreSQL 14+
- Install Java 8+
- Install PostgreSQL 14+
- Download and replace the system
.m2folder. - Clone the git repository:
git clone https://github.com/lamisplus/Core.git
- Open the project in your IDE of choice.
- Update database access details in
db-config.ymlfile. - Update other Maven application properties as required.
- Change the directory to
src:cd src - Run Frontend Build Command:
npm run build
- Run Maven clean install:
mvn clean install
- Run Maven package command:
mvn clean package
- Launch the JAR file:
java -jar <path-to-jar-file>
- Optionally, run with memory allocation:
java -jar -Xms4096M -Xmx6144M <path-to-jar-file>
- Visit the application on a browser at the configured port:
http://localhost:8080
- Visit the application at:
http://localhost:8080/swagger-ui.html#/
- Application logs can be accessed in the
application-debugfolder.
- Victor Ajor https://github.com/AJ-DataFI
- Mathew Adegbite https://github.com/mathewade
- Emeka https://github.com/drjavanew
- John gichangi https://github.com/gichangi
- Joshua https://github.com/JOSH2019GABRIEL
- Kennedy Kirui https://github.com/kenkirui
- Aniwange Tertese Amos https://github.com/aniwange33
- Dr Karim Usman https://github.com/drkusman
- Dikum https://github.com/dikumheartland