the objective of this application is to be able to provide a user interface and an api for order management
-
clone project locally.
-
ensure that docker is running on the system and has sufficient resources allocated.
-
navigate to root project directory
-
run command :
docker-compose up
- navigate to localhost:8077
- if there is a port conflict on a user's local system, change the port listed in the root docker-compose.yml
- There are no tests written here as there are no interactions complex enough to merit unit testing