Eshop Basic E-commerce website. Feature Registration Login Product view Add to cart Purchase Technology Frontend -Reactjs -Bootstrap Backend -Nodejs -Expressjs Database -Postgresql Run the application for frontend: cd client npm install npm run dev for backend: cd server npm start