Inventory website application with the following features
- Authentication and Authorization
- User Management
- Inventory
- Cashier
- Report (xlsx / pdf)
Technology and packages used
- Expressjs
- Prisma ORM
- EJS Templating
- Jwt Validation
Make sure to clone the repository first
# copty environment variable
cp env.sample .env
# after copy fill environment variable
NODE_ENV=development
APP_PORT=3000
# install package via yarn,npm or pnpm
pnpm install
# running with command
pnpm dev