An open API service indexing awesome lists of open source software.

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.

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