Register an application at Microsoft Azure Portal and put the configuration at client/src/authConfig.js To run a development server at http://localhost:5173/:
cd client/
npm install
npm run dev
Deploy with:
cd client/
netlify deploy --prod
To run a development server at http://localhost:8800/:
cd server/
npm install
npm run start
Deploy with:
cd server/
pm2 start index.js
After changes to the schema:
npx prisma generate