Misa Project Overview Misa is a order management platform that allows users to create and maintain orders to vendors. Technologies React JS Prisma ORM MySQL Setup Instructions Backend & Frontend Step 1: Install project dependencies npm install Step 2: Start the Backend application npm start Step 3: Start the Frontend application npm run dev