This project is my implementation of the youtube tutorial of FreeCodeCamp.org
In this project, we have 2 main directories:
Each directory holds one "service" of the application, the movie-api is the back-end and the movie-client the front-end
In order to run this project, the following steps are required:
- Configure the .env files
- Run the back-end
- Run the front-end
Obs: to run, the back-end you'll need a jdk installed in your computer and follow your IDE tutorial on how run maven projects, for instance, the vscode tutorial.