- Add both node_modules from Slient and Server to your
gitignorefile - Make a brach with the following naming convention, prefix it with your name
Your-Name Branch-Name.
cd frontendinto the dir and then type command
1. npm install #Installs the needed packages
2. npm run dev #Start The Servercd backendinto the dir and then type command
1. npm install #Installs the needed packages
2. npm run dev #Start The Server- Install the dependencies
pip install scikit-learn numpy mysql.connector flask flask-cors cd recommendation-engineinto the dir and then type command
1. python3 server.py #Start The Server- MySql Version 9.2.0
- To Create the DataBase use the command bellow:
1. mysql -u root
2. \. PathTo/Schema.sql
3. \. PathTo/Init-Data.sql