Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.02 KB

README.md

File metadata and controls

54 lines (42 loc) · 1.02 KB

ECommerce App with ReactJS and .Net Core

  • Coded a FullStack ECommerce App with ReactJS and .Net Core
  • Tried to implement my learning outcomes from bootcamps
  • Created backend as a .Net Core Web API project and used MSSql.
  • Created frontend with ReactJS, TypeScript and SCSS.

📌 Installation For Backend

Clone

git clone https://github.com/135-Inveon-FullStack-Bootcamp-Classroom/mehmet-mutlu-graduation-project.git

Go to folder

cd backend

Install the dependencies

dotnet tool install --global dotnet-ef
dotnet restore

Start

dotnet run

📌 Installation For Frontend

Clone

git clone https://github.com/135-Inveon-FullStack-Bootcamp-Classroom/mehmet-mutlu-graduation-project.git

Go to folder

cd frontend

Start

npm install

Start

npm start