2025-03-23 20:02:11 -06:00
2025-03-23 14:49:10 -06:00
2025-03-23 14:49:10 -06:00
2025-03-23 16:29:38 -06:00
2025-03-23 20:02:11 -06:00
2025-01-30 13:04:01 -07:00
2025-03-23 16:29:38 -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, refix it with your name name-some branch name.

frontend

  • Use React Js and vite as the node manger
    npm install
  1. Start The Server, cd frontend into the dir and then type command
    npm run dev

backend

  1. Install the needed lib with the command bellow
    npm install
  1. Start The Server, cd backend into the dir and then type command
    npm run dev

Database

  1. To Create the DB use the command bellow
    python3 ./SQL_code/init-db.py
  • MySql Version 9.2.0
Description
The ultimate marketplace for student deals, events, and
Readme Apache-2.0 11 MiB
Languages
JavaScript 95.8%
Python 4%
HTML 0.2%