25f2c3d8af8dda75244651a705ce40d82c69d6b8
Some ground rules
- Add both node_modules from Slient and Server to your
gitignorefile - Make a brach with the following naming conventionp, prefix it with your name
Your-Name Branch-Name.
Frontend
cd frontendinto the dir and then type command
1. npm install #Installs the needed packages
2. npm run dev #Start The Server
Backend
cd backendinto the dir and then type command
1. npm install #Installs the needed packages
2. npm run dev #Start The Server
Recommendation
cd recommendation-engineinto the dir and then type command
1. python3 server.py #Start The Server
Recommendation system
- Install the dependencies
pip install mysql.connector
Database
- MySql Version 9.2.0
- To Create the DataBase use the command bellow:
1. mysql -u root
2. \. PathToYour/Schema.sql
3. \. PathToYour/Init-Data.sql
Description
Languages
JavaScript
95.8%
Python
4%
HTML
0.2%