Skip to content

bytesbanana/refinn_assignment_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refinn interview assignment backend

In order to run this project required:

  • Docker

Step to run this project

  1. Make sure following port is free 3306, 8081, 8080
  2. Running environment container with command docker compose -f ./docker-compose.yml up -d with this step you will be able to access MariaDB admin tools at http:https://localhost:8081.
Database information
username: root
password: password
database: refinn
  1. Running Spring boot with wrapper mvn with command below
   ./mvnw spring-boot:run
  1. Go to http:https://localhost:8080/swagger-ui/ and API is ready.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages