Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 612 Bytes

File metadata and controls

23 lines (12 loc) · 612 Bytes

Ecabs Hiring Task 2026

This project is an demo for the hiring task for the position of backend developer.

Setup

An application created with Spring boot.

Please clone the repository, and make sure the maven is installed.

For tracking the progress and detail of available features please check the backlog in the docs.

Development

For testing, please run mvn test in the root of the repository.

For compilation and build and test: mvn clean install

Deployment

For building a jar, run mvn package

and for running, (docker not available yet) please run java -jar target/<jar-file-name>