Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 585 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 585 Bytes

Fork the Repository

  1. Fork this GitHub repo and clone it to your local system.

Getting Started

  1. Create a database inventory
  2. Change the username and password in application.properties file located in back-end/code/src/main/resources/application.properties
  3. Open the terminal and run the following command
cd back-end/code;
mvn spring-boot:run

The above command will run the backend.

  1. Now navigate to the frontend.html located in the front-end directory
  2. Click on Go Live, and you'll be able to see the running frontend on your screen.