- 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.
git clone https://github.com/135-Inveon-FullStack-Bootcamp-Classroom/mehmet-mutlu-graduation-project.git
cd backend
dotnet tool install --global dotnet-ef
dotnet restore
dotnet run
git clone https://github.com/135-Inveon-FullStack-Bootcamp-Classroom/mehmet-mutlu-graduation-project.git
cd frontend
npm install
npm start