Skip to content

This is project made for test stage of hackathon int20h 2023.

Notifications You must be signed in to change notification settings

SuviGod/juicy_start

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juicy application

Detailed explaining of task and requirements you can find in task and requirements.pdf

Prerequisites

  • Apache Maven 4.0.0-alpha-4
  • Java 17.0.6

Deploying with docker

From existing image

docker image pull nykonoleg/jc_im_int20h
docker container run -p your_port:8080 nykonoleg/jc_im_int20h

Manually

docker build . -t your_image_name
docker container run -p your_port:8080 your_image_name

Deploying with maven

./mvnw -Dmaven.test.skip=true spring-boot:run

About

This is project made for test stage of hackathon int20h 2023.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 52.4%
  • HTML 47.2%
  • Dockerfile 0.4%