Techway is a full-stack e-commerce demo website that "sells" computers and phones.
- Full-text search with filters and sorting
- Infinite scroll on search page
- Authentication with Google/Facebook
- Admin/Editor can manage store content
- React with Typescript
- Developed with Vite
- Bootstrap for styling
- Tanstack Query for async state management
- Deployed on Netlify
- Session authentication with Passport.js
- Data is stored in PostgreSQL
- "Payments" via Stripe
- REST API with input validation
- Swagger documentation at route '/doc'
- Cloudinary for image management
- Nest.js with Typescript
- Prisma ORM for PostgreSQL
- Sessions are stored in Redis
- Deployed on Google Cloud Run