Lorem Ipsum
-
Clone the project locally:
- In one terminal, run the command:
git clone https://github.com/jakeogrady/movieMuseum.git
- In one terminal, run the command:
-
Use JDK 17
-
Install MariaDB from the MariaDB Website
-
Download a Database Manager. The team is using HeidSql (comes with MariaDB on Windows) or alternatively DBeaver. Create a database 'moviemusuem' inside of localhost 3306.
-
Open Command Prompt or PS for Windows, or Terminal for Mac and Linux. Run the following command (replace
your_database_passwordwith your password set during the MariaDB installation):setx DB_PASSWORD "your_database_password"or for Mac and Linux:
export DB_PASSWORD="your_database_password"
-
Run it throught the
MovieMusuemApplicationin an IDE of your choice (The team uses Intellij primarily).