Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Tqs-project/We_Deliver-Backend

Repository files navigation

WebMarket

Generic platform that employs a fleet of riders and offers their service for any company that needs deliveries.

Help for developers

  1. Pivotal Tracker project

  2. Sonarcloud Dashboard

  3. Deployed application link

  4. Run the application

    • ./mvnw spring-boot:run
  5. Deploy application to google cloud manually

    • mvn clean package appengine:deploy (need to have installed on your computer google cloud SDK)
    • check the application running at link.
  6. A google MySQL database is used, so no need to have local instances running