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
Nextjs + Prisma ORM REST API with SQLite featuring user authentication (login, register, change password/email, delete account). Users can create, edit, and delete titles with descriptions. A "same" section allows users to view the count of similar titles created and access emails of users with identical titles.
Flask REST API with sqlalchemy mysql where there is a login and register (you can change password and email, delete account) where each user can create titles and descriptions and in 'same' section the user can select the count of how many people have the same title he has created and see the emails of those people who have the same title.
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.
Node.js + Prisma ORM REST API with SQLite featuring user authentication (login, register, change password/email, delete account). Users can create, edit, and delete titles with descriptions. A "same" section allows users to view the count of similar titles created and access emails of users with identical titles.
Flask REST API with Mongo with mongoengine where there is a login and register (you can change password and email, delete account) where each user can create titles and descriptions and in 'same' section the user can select the count of how many people have the same title he has created and see the emails of those people who have the same title.
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.
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.
Angular with Flask REST API using SQLAlchemy MySQL for login, registration, and account management. Users can create, edit, and delete titles with descriptions. A feature allows users to view the count of people with the same title and their emails.
Nextjs fronted with Flask REST API with sqlalchemy mysql where there is a login and register where each user can create titles and descriptions and in 'same' section the user can select the count of how many people have the same title he has created and see the emails of those people who have the same title.
REST API with Go GOrm MySQL for login, registration, profile management, and CRUD operations on titles and descriptions. Users can edit, delete titles, view counts of similar titles, and see emails of users with the same title.