Skip to content

Releases: guvi-research/react-python-fsd-v1

v1.0.1

10 May 12:11

Choose a tag to compare

📝 Release Notes

  • Added a new section in the README with clear instructions for setting up the frontend .env.production file after deploying the backend to Railway.
  • Updated .gitignore in the frontend to ensure all .env.* files are ignored, improving environment variable security.

v1.0.0

10 May 11:53

Choose a tag to compare

🚀 Initial Release

  • Full-stack boilerplate for GUVI Hackathon projects
  • React 18+ frontend with Vite and Tailwind CSS
  • Python FastAPI backend
  • Makefile-based local development setup for both frontend and backend
  • Environment variable support with .env templates
  • Ready-to-use deployment guides for Netlify (frontend) and Railway (backend)
  • Example project structure and documentation
  • Learning resources and prerequisites included