-
Start Server and MySql from Xampp.
-
Import Database from SQL_Database to PhpMyAdmin How to import.
-
Create three folders inside Souq_Backend to store images.
mkdir storage_postermkdir storage_productmkdir storage_user -
Click the Souq_Backend folder and run
npm installcommand to install server dependencies. -
To start the server, run
npm startcommand. -
Open Android Studio and Run the project.