-
In your machine, install.
- Install Java 11 LTS.
- Check the version with
java --version.
- Check the version with
- Install maven.
- Check the version with
mvn --version.
- Check the version with
- Install node 14 LTS.
- Check the version with
node --version.- Open the terminal and install yarn
npm install --global yarn. - Check the version with
yarn --version.
- Open the terminal and install yarn
- Check the version with
- Install Java 11 LTS.
-
Clone the project.
-
Run the Backend
- Navigate to
dsmovie\backend.- In terminal, make
mvn clean install. - After the build, in terminal, make
java -jar target/dsmovie-0.0.1-SNAPSHOT.jar. - The backend application is running in
http://localhost:8080. - To enter in the H2 Console in the memory database, go to
http://localhost:8080/h2-console.
- In terminal, make
- Navigate to
-
Run the Frontend
- Navigate to
dsmovie\frontend- In terminal, make
npm installoryarn install - In terminal, make
npm startoryarn start- In case of errors, make
npm audit fix --forceand after, makenpm start
- In case of errors, make
- The frontend application is runnin in
http://localhost:3000/
- In terminal, make
- Navigate to
vitorstabile/dsmovie
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|