MovieApp

Consists of Two project one in SpringBoot in APP folder which serves as the back end API and the other one is react which is a front end APP

To run Spring Boot cd to App folder

Before running change the database password in application.properties and create a database called 'movieapp' Run the following

  1. mvn install
  2. java -jar target/

TO run React App cd to movie-app

Run the following

1.npm install 2.npm start

you can access the application using

http://localhost:3000