Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 911 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 911 Bytes

About the Bid Calculation Tool

This is a coding challenge mvp and not a real product.

Techs

  • Docker
  • Vue3
  • Vuetify
  • Javascript
  • HTML

Setup

Docker is used for development environment. We use docker compose to start everything you need to run the project.

Installation

  1. If not already done, install Docker Desktop.
  2. Backend must be installed to work.
  3. Run docker compose up -d in the project's directory to build the container and start all services.
  4. The site will be accessible on http://localhost:8000/. You must not have anything else running on that port. Wait a few seconds for Vuetify to load, you may have to refresh the page.
  5. Have fun!