Skip to content

johnny-the-coder/elevator-simulator-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elevator Coding Challenge

Create an elevator simulator withing 7 days!

Frontend

You will need to create a NPM/Yarn project in a frontend directory.

Build And Run (as is)

Installing dependencies:

yarn install

Running the app:

yarn start

Backend

This is a skeleton project with two interfaces that have to bee implemented.

Build And Run (as is)

As the project is, the Spring app can be started as seen below.

build and run the code with Maven

mvn package
mvn spring-boot:run

or start the target JAR file

mvn package
java -jar target/elevators-backend-0.0.1-SNAPSHOT.jar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published