021497232bec84959b44422854f05b7c8376ab26
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 naming 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
- MySql Version 9.2.0
Description
Languages
JavaScript
95.8%
Python
4%
HTML
0.2%