You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flask REST API + SQLAlchemy MySQL for login, register, password/email changes, account deletion. Users create/edit/delete titles and descriptions. 'Same' section shows count of people with the same title and their emails. Integrated with React Native.
Flask backend supports Next.js frontend with NextAuth for credentials and Google login. It includes REST API with SQLAlchemy for MySQL. Users can register, login, change password/email, and delete accounts. They can create, edit, and delete titles/descriptions. A feature allows users to count others with the same title and view their emails.