Files
Campus-Plug/README.md
2025-03-12 16:14:11 -06:00

743 B

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
  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
  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 dev

Database

  • Use only mySQL database