2025-03-11 22:28:41 -06:00
2025-03-11 16:44:25 -06:00
2025-03-05 22:30:52 -07:00
2025-03-11 22:28:41 -06:00
2025-03-11 15:57:02 -06:00
2025-01-30 13:04:01 -07:00
2025-03-05 22:34:29 -07:00

Some ground rules

  1. Add both node_modules from Slient and Server to your gitignore file
  2. For any functionality make a brach with the prefix of your name Name-<some branch name> use this namign convention

frontend

  • Use React Js
  • Use vite as the node manger
    npm install express cors react-router-dom lucid-react
  1. To start the server, cd into the dir and then type command npm run dev

backend

  1. Install the needed lib with the command bellow
    npm install express mysql2 dotenv cors
  1. make sure in the package.json file type is set to module, if it's not there, add it!
    {
        ...,
        "type": "module"
    }
  1. To start the server, cd into the dir and then type command npm run start

Database

  • Use only mySQL database
Description
The ultimate marketplace for student deals, events, and
Readme Apache-2.0 11 MiB
Languages
JavaScript 95.8%
Python 4%
HTML 0.2%