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
- Host: GitHub
- URL: https://github.com/coder-abdo/amazon-clone
- Owner: coder-abdo
- Created: 2022-08-21T23:50:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T00:03:18.000Z (almost 4 years ago)
- Last Synced: 2025-03-04T07:47:40.524Z (over 1 year ago)
- Language: TypeScript
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`