Skip to content

Zeriabo/shoppingApp

Repository files navigation

Fullstack-Typescript-ShoppingApp

Shopping demonstrates viewing various products and choosing the desired product and quantity and checking out also viewing the history of the purchases is available, viewing categorize products is available also, logging in is done threw google account and the will memorize the user by database and keeping the track of the purchase history

Prerequisites

1.Install Docker
  1. run in the root of the project docker-compose up --build
  2. backend runs on port 5001 and frontend on port 8000
Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

![Product Name Screen Shot][product-screenshot]

There are many great README templates available on GitHub; however, I didn't find one that really suited my needs so I created this enhanced one. I want to create a README template so amazing that it'll be the last one you ever need -- I think this is it.

ّInstall:

  • Install Docker
  • run in the root of the project docker-compose up --build
  • backend runs on port 5001 and frontend on port 8000 😄

(back to top)