Skip to content
Snippets Groups Projects
README.md 550 B
Newer Older
  • Learn to ignore specific revisions
  • Shrey Patel's avatar
    Shrey Patel committed
    # 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.
    
    Shrey Patel's avatar
    Shrey Patel committed
    
    
    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.