793 B
793 B
Campus-Plug
The ultimate plug for student deals
some ground rules
- Add both node_modules from Slient and Server to your
gitignorefile - Do not use
.ENVvariables - For any functionality make a brach with the prefix of your name
Name-<some branch name>use this namign convention - For all method added a comment as to what it does
Client
- Use React Js
- Use vite as the node manger
Server
- Install the needed lib with the command bellow
npm install express mysql2 dotenv cors
- make sure in the
package.jsonfile type is set to module, if it not there add it.
{
...,
"type": "module"
}
- To start the server, cd into server dir and then type command
npm run start
Database
- Use only mySQL database