Skip to content

kenjimurakami-coder/AWS-persona

Repository files navigation


PRAGMA POWER-UP

In this challenge you are going to design the backend of a system that centralizes the services and orders of a restaurant chain that has different branches in the city.

Built With

  • Java
  • Spring
  • Gradle
  • MySQL

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

Recommended Tools

Installation

  1. Clone the repo
  2. Change directory
    cd power-up-arquetipo
  3. Create a new database in MySQL called powerup
  4. Update the database connection settings
    # src/main/resources/application.yml   
    spring:
       datasource:
           url: jdbc:mysql://localhost/powerup
           username: root
           password: 1234

Usage

  1. Right-click the class PowerUpApplication and choose Run
  2. Open http://localhost:8081/swagger-ui/index.html in your web browser

Tests

  • Right-click the test folder and choose Run tests with coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published