This project was developed as a graduation project from Information Technology Institute. It is designed to help craftsmen and clients reach and communicate with each other around Aswan Governorate.
This is the ropository of the web application.
You can also see the repository of the mobile application here
This repo consists of three subrepoes: back_end, front_end and dashboard
Each subrepo is an independent one that needs to install its own packages to run it on the localhost.
cd back_end
npm install
npm start
cd front_end
npm install
npm start
cd dashboard
npm install
npm start