fdd81fe161e9a1dad171a478cef27e8e4a9cb8ce
Some ground rules
- Add both node_modules from Slient and Server to your
gitignorefile - 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
- To start the server, cd into the dir and then type command
npm run dev
backend
- Install the needed lib with the command bellow
npm install
- make sure in the
package.jsonfile type is set to module, if it's not there, add it!
{
...,
"type": "module"
}
- To start the server, cd into the dir and then type command
npm run dev
Database
- Use only mySQL database
Description
Languages
JavaScript
95.8%
Python
4%
HTML
0.2%