Technologies
- Backend : .NET 5 Web Api, PostgreSQL
- Frontend : React, TypeScript, Redux
Requirements
- .NET 5 SDK, PostgreSql, Node.js, React
gh repo clone salihacr/fullstack-ecommerce
cd server/api
dotnet restore
dotnet watch run
cd client
npm install
npm start