Trade IT Web and Mobile App provide Product Listing services for users to make it easier for them to sell their unneeded items
The Project Consists of Three Main Parts : 1-Backend 2-Website 3-Mobile App
The Backend was Developed using ASP.Net Web API and it manages all the funcionalities in both the Website and the Mobile app
open the the solution in visual studio and from the top bar choose Tools->NutGet Package Manager->Package Manager Console
and in the console run this command update-database
after that you can run API Layer
Project
The Website was developed using Angular Framework
open the project in terminal and run these commands :
npm install
and then ng serve
The Mobile app was developed using Flutter Framework
open the project in the ide run the command flutter pub get
to get all the packages
and then run the project on any device