An open API service indexing awesome lists of open source software.

https://github.com/coder-abdo/amazon-clone

The famous Amazon E-commerce lookalike web application
https://github.com/coder-abdo/amazon-clone

Last synced: about 2 months ago
JSON representation

The famous Amazon E-commerce lookalike web application

Awesome Lists containing this project

README

          

# Amazon Clone Web Application

## Description:

this is the famous amazon web application lookalike built using MERN technologies.

## By Me Abdelmonaem

### Techs:

1. Backend:

- NestJS.
- MongoDB.
- JWT.
- Passport JS.
- Argon2.

2. Frontend:
- React JS.
- Typescript.
- React Router DOM.
- Styled Components.
- React Icons.
- JS-Cookie.

### How to run the project:

1. Backend:

- to run the database `yarn db:start` or `npm run db:start`.
- to run the server `yarn start:dev` or `npm run start:dev`.
- to run the rest please, read the `package.json` file.

2. Frontend:

- to run the client `yarn start` or `npm run start`