- Clone the project locally
cdinto the root of the project directory- Run
npm installin your terminal to install project dependencies - Set up development environment
- Assuming that PostgreSQL is installed, run
npm run setupDBto create a database - Run
npm startin your terminal to run the app
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.