E-commerce Project
Table of contents
- Installation
- Info
- Project's Aim
- Technologies Used
- Status
- Illustrations
- Scope of Functionalities
- Sources
- Contribution
Installation
Before working on this project make sure to clone this project first.
git clone https://github.com/lorenzojkrl/ecommerce-group-project.git
After clonning, install all the dependencies using the following command:
If you're using npm
:
npm install
If you're using yarn
:
yarn install
Info
This is a full stack web application that demonstrates an e-commerce website using PERN stack.
Aim
Learn & collaborate project together as a team.
Technologies
- PostgreSQL
- ExpressJS
- ReactJS
- NodeJS
Status
- Plan project
- Build the front-end
- Build the back-end
- Final check
- Project is finished
Illustrations
Preview of desktop & mobile design
Desktop Design
Functionalities
- Users can select to display products in a single category.
- Users can click on any product to get more information including pricing, reviews and rating.
- Users can select items and add them to their shopping cart.
Sources
Contributing
Consider contributing? Click me!