Skip to content

mrashid5919/Lab-Inventory-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 

Repository files navigation

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

About

CSE 408 Project Backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published