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

https://github.com/mar-bdv/reactshop

Currently a demo version, with plans for further development.
https://github.com/mar-bdv/reactshop

pern-stack react

Last synced: 11 months ago
JSON representation

Currently a demo version, with plans for further development.

Awesome Lists containing this project

README

          

# Furniture Online Store - "dream space"

This project is a demo online store for furniture and home goods, built using the PERN stack (PostgreSQL, Express, React, and Node.js). It provides basic e-commerce functionality such as product listings, a shopping cart, and user registration.

## Features
- View product listings with details
- Add products to the shopping cart
- Remove items from the cart
- User registration and authentication
- Responsive design for mobile and desktop
- Search and filter functionality for easy product navigation

## Tech Stack
- Frontend: React (with hooks and context API for state management)
- Backend: Node.js and Express
- Database: PostgreSQL (using Sequelize ORM for database interactions)
- API: RESTful API for communication between frontend and backend
- Authentication: JWT (JSON Web Tokens) for secure user authentication