Commit Graph

22 Commits

Author SHA1 Message Date
14890b6875 feat: update deployment scripts and README for improved setup and configuration 2026-02-22 03:05:15 +05:00
da463e6375 Implement feature X to enhance user experience and fix bug Y in module Z 2026-02-22 02:55:59 +05:00
1a6e754e4b feat: add review writing page and integrate Steam account linking
- Implemented WriteReviewPage for users to submit reviews with ratings and playtime.
- Created global CSS styles for consistent theming across the application.
- Established RootLayout for metadata and global styles.
- Developed LoginPage for user authentication with email/password and Steam login options.
- Built Home page to display game search results and recent reviews.
- Added LinkSteamPage for linking Steam accounts to user profiles.
- Created ProfilePage to manage user information and display their reviews.
- Developed GameCard and ReviewCard components for displaying games and reviews.
- Implemented Header component for navigation and user session management.
- Added Providers component to wrap the application with session context.
- Integrated NextAuth for user authentication with Steam and credentials.
- Set up Prisma client for database interactions.
- Created Steam API utility functions for fetching game and user data.
- Configured TypeScript settings for the project.
2026-02-22 02:53:23 +05:00
ce018da271 Remove PostgreSQL configuration files and Docker Compose setup 2026-02-22 01:23:03 +05:00
e4c37bd1d7 Update PostgreSQL timezone settings to 'Asia/Almaty' 2026-02-22 01:20:02 +05:00
7db20381b7 Update Docker Compose file to modify volume mount and clean up comments 2026-02-22 01:19:29 +05:00
085727997c Remove version specification from Docker Compose file 2026-02-22 01:09:16 +05:00
7b97308e5e Update test.txt to change content from 'test 8' to 'test 9' 2026-02-22 01:05:53 +05:00
29c15eb260 Update test.txt to change content from 'test 7' to 'test 8' 2026-02-22 01:00:21 +05:00
a78de02f72 Update test.txt to change content from 'test 6' to 'test 7' 2026-02-22 00:56:34 +05:00
7db630b07a Update test.txt to change content from 'test 5' to 'test 6' 2026-02-22 00:45:57 +05:00
7cf6723e88 Update PostgreSQL Docker Compose configuration and add SSL certificates 2026-02-22 00:43:35 +05:00
e0e49aa2e9 Refactor PostgreSQL Docker Compose configuration for improved SSL handling and tmpfs setup 2026-02-22 00:32:44 +05:00
3d1c2c0c4b Add Docker Compose configuration for PostgreSQL service 2026-02-22 00:17:27 +05:00
701ab8a95b Add PostgreSQL configuration files and SSL certificates 2026-02-22 00:16:42 +05:00
20173e6ba7 Update test.txt to change content from 'test 4' to 'test 5' 2026-02-22 00:01:31 +05:00
73d4f930ca Update test.txt to change content from 'test 3' to 'test 4' 2026-02-21 23:58:48 +05:00
4c11d14f94 Update test.txt to change content from 'test 2' to 'test 3' 2026-02-21 23:56:36 +05:00
69a263ef43 Update test.txt to modify content 2026-02-21 23:54:21 +05:00
0ace754cd1 Add test.txt with initial content 2026-02-21 23:47:43 +05:00
ae11970d23 Add initial greeting message to main.py 2026-02-21 23:33:35 +05:00
fe5cbfdc21 Initial commit 2026-02-21 18:22:49 +00:00