Skip to content

TheJaguyer/FEC-Amazon-Clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Front End Capstone - Amazon

A simplified clone of the product page for an Xbox controller on Amazon.

Feature Gif

Authors

Deployment

There are multiple ways to access and deploy this product.

Access Render Deployment

The database, backend server, and static site are all deployed on render at the following links.

Run server locally, but access deployed database

In the back-end folder, run this command:

  npm run local

The server will listen on port 8000.

Run server locally, with local PSQL docker container

In the back-end folder, run this command:

  npm run dev

The server will listen on port 8000, and look for a psql database named 'amazon' at port 5432. You may choose to run the below command to create a docker container with matching information.

  npm run docker

Various migration and seed files are available within back-end/SQLFiles.

About

A clone of an amazon product page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.2%
  • CSS 25.3%
  • HTML 0.5%