https://github.com/n-ignacio-bouffanais/astro-ecommerce
FullStack web App, with Nestjs and Prisma for the Backend and Astro on the frontend.
https://github.com/n-ignacio-bouffanais/astro-ecommerce
astro jwt-authentication nestjs-postgres prisma react responsive-design turborepo typescript
Last synced: 3 months ago
JSON representation
FullStack web App, with Nestjs and Prisma for the Backend and Astro on the frontend.
- Host: GitHub
- URL: https://github.com/n-ignacio-bouffanais/astro-ecommerce
- Owner: N-Ignacio-Bouffanais
- Created: 2023-11-23T22:06:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-04T23:53:16.000Z (over 1 year ago)
- Last Synced: 2024-04-23T21:31:37.454Z (about 1 year ago)
- Topics: astro, jwt-authentication, nestjs-postgres, prisma, react, responsive-design, turborepo, typescript
- Language: TypeScript
- Homepage: https://astro-ecommerce-frontend.vercel.app
- Size: 1.75 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# FullStack Ecommerce
- In this project I will build a fullstack Typescript Application using Astro, React and Nestjs.
## Features Frontend
- Astro: JavaScript metaframework
- Reactjs: JavaScript framework
- Tailwind: CSS framework## Features Backend
- NestJS: Typescript framework
- JWT: Authentication
- Prisma: Typescript ORM
- PostgreSQL: database## Other Features
- Turbo: Monorepo managment
- React-Hook-Form: Forms validation and handler
- Zustand: Store managment with Typescript