Skip to content

sjunel/inventory-mgmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inventory-mgmt

Run App

  1. Clone the project locally
  2. cd into the root of the project directory
  3. Run npm install in your terminal to install project dependencies
  4. Set up development environment
  5. Assuming that PostgreSQL is installed, run npm run setupDB to create a database
  6. Run npm start in your terminal to run the app

Dev Setup

Add an .env file in the root of the project directory with the following:

PORT="3000"
DB_NAME="inventory-mgmt"
USR_PW=

Include your user password.

About

Management tool to track inventory of choice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors