You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This is a full-stack application built with React, TypeScript, and Vite on the frontend, and Node.js on the backend. The application uses Recoil for state management and Prisma as the ORM for PostgreSQL.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "concurrently \"cd backend && npm run dev\" \"cd frontend && npm run dev\" "