Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 940 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 940 Bytes

Lab Inventory Management and Requisition System

Backend Requirements

create database labinventory

  • Run the dumpfile

psql -U postgres -h localhost -d labinventory -f mydatabase_dump.sql

  • Run the following command to install all the dependencies from package.json

npm install

  • Run the following command to start the server

npm start