Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 631 Bytes

File metadata and controls

23 lines (14 loc) · 631 Bytes

It's an E-commerce Single page application using React 18 and .NET 7

Docker and CI/CD

Restful apis , Postgres SQL

View a demo of this app here.

image

to run this porject please use the following instructions :

  • Go to api dir and run :
    dotnet restore
    dotnet watch
  • Go back to client dir and run :
    npm install
    npm start

And done enjoy !

View a demo of this app here.