PERN Store

screenshot of PERN Store
express
react
tailwind

A full-stack e-commerce project built with Postgres, Express, React and Node.

Overview:

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.

Features:

  • Full-Stack E-Commerce Project: Built with Postgres, Express, React, and Node.js.
  • Swagger API Documentation: Included for developers to understand and interact with the API.
  • Demo and Screenshots: Provides a live demo and screenshots of the project.
  • Environment Variables: Requires specific environment variables to run the project successfully.
  • Deployment Guide: Offers guidance on deploying the project for production use.
  • Tech Stack: Utilizes technologies like React, Node.js, Express, Postgres, and more.
  • Contributing: Encourages contribution through forking, creating feature branches, and opening pull requests.
  • Feedback: Directs feedback and inquiries to Joseph Odunsi for further assistance.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

react
React

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
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

ecommerce
Ecommerce

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.

fullstack
Fullstack

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.