First Step is to ask ChatGPT how to set it up. (GPT Download links are below)
Here’s the best single prompt to reproduce (or regenerate) the full environment setup response you just received — formatted for ChatGPT GPT-5 / Cursor / VS Code contexts:
✅ Prompt--
Create a complete Environment Setup section for my new project where I’m converting SusScan into Vibe — a full-stack app using Cursor AI, React + Vite + Tailwind, and Python FastAPI.
The setup should assume Windows 11 as the OS, and include:
-
Installation steps using PowerShell and winget
-
Integration with Dropbox (addressing file lock issues and node_modules exclusion)
-
GitHub + SSH setup for version control
-
A clean workspace and folder structure for
backend(FastAPI) andweb(React) -
.envexamples for both backend and frontend -
Step-by-step backend setup (FastAPI, uvicorn, dotenv, MySQL connector)
-
Frontend setup (React/Vite/Tailwind) with proper CORS configuration
-
PowerShell scripts for setup (
Setup-Dev.ps1) and running (Run-Dev.ps1) -
Notes about common Windows issues (EBUSY, vite not found, execution policy, etc.)
-
Recommended VS Code or Cursor extensions
-
Optional MySQL database and Docker/Render deployment notes
Make it detailed but readable, with proper section headers, PowerShell and code blocks, and markdown formatting for a README.
If you do not have GPT. Here are the official FREE download / access links:
-
💻 Web (most common): https://chat.openai.com
-
🪟 Windows App (official desktop version):
https://openai.com/chat/download
We’re transforming our SusScan VS Code project into Vibe — a full-stack implementation powered by Cursor AI, React + Vite + Tailwind, and Python FastAPI.
Follow along as we rebuild it step by step — from backend logic to a live web app.
Perfect for ChessDevs who want to learn, collaborate, and create something amazing together.
Jump in, share ideas, and help us build both the development and production environments from scratch.
The project will run on my Windows 11 laptop using PowerShell, with Cursor and VS Code as the main editors. It uses Python 3.11 or newer and Node.js LTS for runtime environments, with Git and GitHub for version control over SSH. Dropbox handles syncing, but heavy folders like
node_modulesshould be excluded. Optionally, you can add MySQL 8 for the database and Chrome with Chromedriver for testing or automation.Prerequisites:
Window 10 or later is a prerequisite for this tutorial. Also a nice to have is ChatGPT (free version) to reproduce the GPT steps with the prompts, that I will provide.