Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

  • backend/

    • server.js - Express server and Firebase Admin SDK initialization.
    • package.json - backend dependencies and startup scripts.
    • auth/
      • routes.js - authentication API routes (/auth/google, /auth/email-signin, /auth/me).
      • middleware.js - token verification and request sanitization logic.
    • .env (not committed) - backend environment variables for Firebase credentials, port, and allowed frontend origin.
  • frontend/

    • package.json - frontend dependencies and Vite scripts.
    • vite.config.js - Vite configuration for the React app.
    • index.html - app shell.
    • src/
      • main.jsx - app entry point.
      • App.jsx - root React component.
      • firebase.js - Firebase client SDK initialization and auth helpers.
      • components/AuthPage.jsx - login / sign-up UI and backend verification flow.
      • App.css, index.css, components/AuthPage.css - app styling.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages