Skip to content

vlambo3/API-Disney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

        CREATE DATABASE disney;

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages