586 B
586 B
Campus-Plug
The ultimate plug for student deals
some ground rules
- Add both node_modules from client and server to your
gitignorefile - Do not use
.ENVvariables - Databased cannot a
Client
- Use React Js or html&css
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"
}
Database
- Use only SQL database
- Loading of initian database will be done