A full-stack e-commerce project built with Postgres, Express, React and Node.
The PERN Store is a full-stack e-commerce project built with Postgres, Express, React, and Node.js. It includes a Swagger API documentation, demo, and screenshots showcasing the homepage screen and database schema. The project provides guidance on running the demo locally, with instructions on installing dependencies for the server and client, starting the server and client, and running both concurrently. Additionally, deployment instructions are provided, along with information on technology used such as React, Node.js, Express, Postgres, and various libraries.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Ecommerce websites sell products or services to customers through an online storefront. These websites typically include features such as product listings, shopping carts, payment processing, and order management tools.
A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.