Skip to content

Repository files navigation

Challenge BackEnd - Java

Pre-aceleración ALKEMY

Target

Develop an API using Java SpringBoot and SpringSecurity, following the REST pattern. The API that allows to know and modify the catalog of characters, movies and genres of Disney movies

Requirements

  • Java 11
  • Maven 3.8.6
  • MySQL 8

Setup Steps

1. Clone repository

git clone

2. Create DataBase in MySQL

CREATEDATABASEdisney;

3. Change MySQL server username and password in application.properties file.

  • Open disney-api/src/main/resources/application.properties file

  • Change the username and password as you have configured your MySQL

    • spring.datasource.username=root

    • spring.datasource.password=root

4. Build and Run

The app will run at: http://localhost:8080/

About

Challenge Alkemy

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages