lean-mind / huella-positiva

6 stars 3 forks source link

Find a way to start the app altogether (in a simpler way) #8

Closed RubenZagon closed 1 year ago

RubenZagon commented 1 year ago

We need do more simply the way to up the app in local. Because right now we need.

  1. Go to huella-positiva/frontend

  2. npm install

  3. npm run start

  4. Open a new terminal or something

  5. Go to huella-positiva/backend/docker/local

  6. Run docker-compose up -d

  7. Go to huella-positiva/backend

  8. mvn package

  9. mvn clean compile spring-boot:run