Files
Campus-Plug/README.md
2025-01-30 13:37:10 -07:00

586 B

Campus-Plug

The ultimate plug for student deals

some ground rules

  1. Add both node_modules from client and server to your gitignore file
  2. Do not use .ENV variables
  3. Databased cannot a

Client

  • Use React Js or html&css

Server

  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 not there add it.
    {
        ...,
        "type": "module" 
    }

Database

  • Use only SQL database
  • Loading of initian database will be done