2025-04-19 00:00:44 -06:00
2025-04-18 20:25:02 -06:00
2025-04-18 20:25:02 -06:00
2025-04-18 19:39:18 -06:00
2025-04-18 19:05:20 -06:00
2025-03-23 20:02:11 -06:00
2025-01-30 13:04:01 -07:00
2025-04-18 20:25:13 -06:00

Some ground rules

  1. Add both node_modules from Slient and Server to your gitignore file
  2. Make a brach with the following naming conventionp, prefix it with your name Your-Name Branch-Name.

Frontend

  1. cd frontend into the dir and then type command
    1. npm install    #Installs the needed packages
    2. npm run dev    #Start The Server

Backend

  1. cd backend into the dir and then type command
    1. npm install    #Installs the needed packages
    2. npm run dev    #Start The Server

Recommendation

  1. cd recommendation-engine into the dir and then type command
    1. python3 server.py    #Start The Server

Recommendation system

  1. Install the dependencies
  pip install mysql.connector

Database

  1. MySql Version 9.2.0
  2. To Create the DataBase use the command bellow:
    1. mysql -u root
    2. \. PathToYour/Schema.sql
    3. \. PathToYour/Init-Data.sql
Description
The ultimate marketplace for student deals, events, and
Readme Apache-2.0 11 MiB
Languages
JavaScript 95.8%
Python 4%
HTML 0.2%