AI-Enthusiast / Inventory-Managment-Database

A course project for EECS341 (Intro to Database System) at CWRU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eecs341

A course project for EECS341 (Intro to Database System) at CWRU

Tech Stack:

  • Backend:
    • Java 8
      • SpringBoot
      • MyBatis
    • Maven
    • PostgreSQL
  • Frontend:
    • Bootstrap
    • node.js
      • React.js

How to run this program locally

Backend

Change to the backend directory, and then run the following command to start the backend service:

mvn spring-boot:run

This will start the backend service on port 8080.

Frontend

Make sure you have at least node.js version 8 installed. Move into the frontend folder, run:

npx serve

The frontend UI will then be hosted on port 5000. Go to http://localhost:5000 to start browsing.

About

A course project for EECS341 (Intro to Database System) at CWRU


Languages

Language:JavaScript 62.0%Language:Java 35.2%Language:HTML 1.8%Language:CSS 0.7%Language:TSQL 0.3%