- Fork this GitHub repo and clone it to your local system.
- Create a database inventory
- Change the username and password in application.properties file located in
back-end/code/src/main/resources/application.properties
- Open the terminal and run the following command
cd back-end/code;
mvn spring-boot:run
The above command will run the backend.
- Now navigate to the frontend.html located in the
front-end
directory - Click on Go Live, and you'll be able to see the running frontend on your screen.