Skip to content

UdynGP/amazon-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Full Stack Ecommerce Application

Implemented a clone of Amazon.com ecommerce website. Used the MERN tech stack for the Development process.

App Info

Currently the website is hosted on the private server only. Production build will be deployed in due course.

Frontend URL - Open http://localhost:3000
Backend URL - Open http://localhost:5000

For detailed instructions to install and run the REACT application, please check the README file in the /frontend folder

Demo of Checkout Process in the Frontend

Checkout.Process.mp4

Project Report ---> Please check the PDF file for the UI Screenshots

Major Project_Udayan Gupta_Full Stack December Batch.pdf

Details and installation procedure for express.js

Express Logo

Fast, unopinionated, minimalist web framework for Node.js.

const express = require('express')
const app = express()

app.get('/', function (req, res) {
  res.send('Hello World')
})

app.listen(3000)

Installation Guidelines for npmjs

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

$ npm install express

Follow our installing guide for more information.

About

A Full Stack Ecommerce Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published