Modern web application for browsing Microsoft Power Platform and Dynamics 365 release plans.
backend/- Node.js + Express + Prisma APIfrontend/- React + Vite + Tailwind frontend
cd backend
npm install
cp .env.example .env
# Edit .env with your database credentials
npx prisma migrate dev
npm run devcd frontend
npm install
cp .env.example .env
npm run dev- Browse Microsoft release plans with advanced filtering
- Search and filter by product, date, investment area
- Responsive design for all devices
- Admin panel for content management
- CMS for pages and blog posts
- Automated sync with Microsoft's release data
- Node.js + Express
- Prisma ORM
- MySQL
- JWT Authentication
- Rate limiting and security headers
- React 18
- Vite
- Tailwind CSS
- TanStack Query
- React Router
Both frontend and backend can be run simultaneously in development mode:
- Start the backend server (port 3001)
- Start the frontend dev server (port 5173)
- Frontend proxies API requests to backend
MIT
This repository also contains a Power BI report that pulls data from Microsoft's Release Planner website.
Feel free to download a copy of the .pbix report and modify it for your own needs.

