An inventory management application. This is my final project for WGS Bootcamp Batch 4.
Make sure your system PATH includes Postgres tools. For Windows, see instructions here.
-
Clone the repository:
git clone https://github.com/savareyhano/Sistem-Informasi-Inventaris-Barang.git
-
Navigate to the project directory:
cd Sistem-Informasi-Inventaris-Barang
-
Create a
.env
file (further configuration needed to match your Postgres database settings):cp .env.example .env
-
Install the dependencies:
npm install
-
Create the database:
npm run setup-db
-
Start the project:
npm start
-
Visit http://localhost:3000 (this may vary depending on the
HOSTNAME
andPORT
values you set in the.env
file). -
Login with the following credentials:
password | role | |
---|---|---|
superadmin@email.com | superadmin123 | superadmin |
admin@email.com | admin123 | superadmin |
user@email.com | password | user |
usr@email.com | password | user |
- Integrated Bulk QR Code Generator: Enables the creation of QR codes in bulk for selected items, complete with customization options for resizing and printing.
- Versatile QR Code Scanner: Offers the ability to scan QR codes using webcam devices or by uploading images.
This project is licensed under the GNU General Public License v3.0.