Skip to content

gabrielsyphan/wex-purchase-transaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wex Purchase Transaction

Repository for the Wex project.

How to run (Recommended)

  1. Clone the repository
  2. Copy the .env.example file to .env and fill the variables. If you don't want to fill a thing, you can just rename and it will works as well.
  3. Run docker-compose up -d --build in the root folder
  4. Access the Api documentation at http://localhost:2984/swagger-ui/index.html#/

Dependencies

How to run without docker

You can also avoid using docker and run the application directly on your machine. To do so, follow the steps below.

As the application uses MySQL, you need to have it installed and running on your machine, if you don't want to install it, you can change the application.yml file to use an in-memory database like H2 by copying the application-test.yml content as example.

  1. Run mvn clean install in the root folder
  2. Copy the .env.example file to .env and fill the variables. If you don't want to fill a thing, you can just rename and it will works as well.
  3. Run java -jar target/wex-purchase-transaction-0.0.1-SNAPSHOT.jar in the root folder
  4. Access the application at http://localhost:2984/swagger-ui/index.html#/

Dependencies

Technologies

Springboot Libraries

Contributors

About

Application to manage purchase transactions

Resources

Stars

Watchers

Forks

Packages

No packages published