mirror of
https://github.com/soconnor0919/hristudio.git
synced 2025-12-11 22:54:45 -05:00
chore(deps): Update project dependencies and refactor authentication flow
- Upgrade Next.js to version 15.1.7 - Update Drizzle ORM and related dependencies - Add Nodemailer and related type definitions - Refactor authentication routes and components - Modify user schema to include first and last name - Update authentication configuration and session handling - Remove deprecated login and register pages - Restructure authentication-related components and routes
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# HRIStudio
|
||||
|
||||
A modern web application for managing human-robot interaction studies, built with Next.js 14, TypeScript, and the App Router.
|
||||
A modern web application for managing human-robot interaction studies, built with Next.js 15, TypeScript, and the App Router.
|
||||
|
||||
## Tech Stack
|
||||
|
||||
- **Framework**: Next.js 14 with App Router
|
||||
- **Framework**: Next.js 15 with App Router
|
||||
- **Language**: TypeScript
|
||||
- **Authentication**: NextAuth.js
|
||||
- **Database**: PostgreSQL with Drizzle ORM
|
||||
|
||||
Reference in New Issue
Block a user