- IDE of choice (IntelliJ, Eclipse, etc.)
- Java 8+
- PostgreSQL 14+
.m2folder from Google Drive https://drive.google.com/file/d/17F6wHPADVVaDBabajrM9wABUeB04i6D1/view?usp=sharing
- 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
starter-module:cd starter-module - 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
- Abisayo Peter Abiodun https://github.com/Asquarep
- John gichangi https://github.com/gichangi
- Joshua https://github.com/JOSH2019GABRIEL
- Kennedy Kirui https://github.com/kenkirui
- Tyav Barnabas https://github.com/tyavbarnabas
- Dr Karim Usman https://github.com/drkusman