A modern inventory management system built with Next.js 16, Prisma, and MySQL to manage products, stock, and business operations efficiently. Deployed on Render.

0 stars 0 forks 0 watchers TypeScript MIT License
1 Open Issue Need Help Last updated: Jan 17, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue outlines the initial project setup for the Shahir Trading Company Inventory Management System, focusing on establishing a foundational development environment. It involves initializing a Next.js 16 project with App Router and TypeScript, configuring ESLint, installing and setting up Prisma with a MySQL database connection, creating an initial schema, and running the first migration. The goal is to ensure the project runs locally, connects to MySQL via Prisma, and has a basic structure with environment variable support and a README.

Complexity: 3/5
good first issue

A modern inventory management system built with Next.js 16, Prisma, and MySQL to manage products, stock, and business operations efficiently. Deployed on Render.

TypeScript