Skip to content

WilsonVonSchneider/Java-event-schedule-example

 
 

Repository files navigation

Entertainment event project

Task 1

Let's begin our Java story :)

Let's imagine that you are a computer science student. You have several friends who are part of rock bands and love playing their music. However, they lack opportunities to monetize their creativity. They need a system to keep track of the participants at their concerts, plan their performances, announce future events, and so on.

What to do?

Misc

Don't forget to create custom docker network to avoid any inconvenient circumstances with other docker services and keep current environment as isolated from the other projects

I can suggest to create

docker network create -d bridge --subnet 172.21.0.0/24 --gateway 172.21.0.1 dockernet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%