Skip to content
Snippets Groups Projects
Sarthak Shrivastava's avatar
Sarthak Shrivastava authored
# Conflicts:
#	inventory-manager/src/App.jsx
#	phase 1.sql
#	src/main/java/com/example/accessingdatamysql/Request.java
553f34f9
History

DBMS inventory manager

Getting started

To build the project, create a database using the schema in phase1.sql. Then edit the application.properties file in ./src/main/resources and change the username and password of the root/authorized user to match what you have on the local instance of your mysql db.

Also ensure you have Java 20.0.1 or higher installed globally. Run ./mvnw spring-boot:run to launch the back end server. Change directories to /inventory-manager and run npm install and then npm start to launch the front-end server.