Our Graduation Project For Helwan University 2024
- Open your terminal or command prompt.
- Navigate to the
frontenddirectory of the project:Replacecd path/to/frontendpath/to/frontendwith the actual path to your frontend directory. - Install the required Node.js packages by running:
npm install - Once the installation is complete, start the frontend server with:
npm run start
- Open another terminal or command prompt window.
- Navigate to the
backenddirectory of the project:Replacecd path/to/backendpath/to/backendwith the actual path to your backend directory. - Then navigate to the
flaskdirectory:cd flask - Run the Flask backend server by executing:
python app.py