This repository is a TypeScript reimplementation of the MERN Amazona project found at https://github.com/basir/mern-amazona. The primary goal of this project is to help me understand how to create an e-commerce web app and successfully complete my Web Development course.
to run project in your local machine run
git clone https://github.com/MElkmeshi/Eshrely.gitthen change dirctoty to the folder which contains the code
cd Eshrely
code .and run two terminals one for backend and the other for the frontend for the the backend
cd backend
npm i
npm run devfor the frontend same stpes
cd frontend
npm i
npm run devsorry I havn't hosted yet I'm still trying to finish before hosting