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.
To install the PERN Store theme, follow these steps:
git clone https://github.com/dhatguy/PERN-Store
cd PERN-Store
npm install
cd server
and install dependencies: npm install
cd client
and install dependencies: npm install
cd server
and start the server: npm start
cd client
and start the client: npm start
For running with Docker:
The PERN Store is a comprehensive full-stack e-commerce project utilizing technologies like Postgres, Express, React, and Node.js. It offers a Swagger API documentation, demo, and guidance on installation and deployment. By following the provided instructions, developers can explore the features, contribute to the project, and deploy it for production use. The project emphasizes collaboration through forking, feature branches, and pull requests, with feedback directed to the project maintainer for further engagement.