Skip to content

ParimalDharane/OMS-Lite-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OMS Lite

Order Management System for Trading - demo application

Tools and Technologies Used

  1. JDK — 1.8
  2. Spring Boot — 2.1.3.RELEASE (JPA, AOP, Web, Actuator, H2, Lombok, JUnit )
  3. Spring Framework — 5.1.5 RELEASE
  4. Hibernate — 5.3.7.Final
  5. JPA
  6. Maven — 3.6.0
  7. Database - H2 (in-mem)
  8. API Documentation - springfox-swagger2 — 2.8.0, springfox-swagger-ui — 2.8.0
  9. Frontend - AngularJS 1.7.8, Bootstrap 4.0.0
  10. IDE — IntelliJ IDEA Community 2018.3
  11. Git - 2.20.1

Build and Deployment

  1. Unzip the source code folder Build the project using below command
mvn clean install
  1. When the build is successfully completed the application can be started using below command:
mvn spring-boot:run
  1. Open a UI client in browser using

URL: http://localhost:8080

  1. REST API documentation using Swagger

URL: http://localhost:8080/swagger-ui.html#/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published