643b9e357cbfbdfb34dc18f2670fd7e452dedee5
Some ground rules
- Add both node_modules from Slient and Server to your
gitignorefile - Make a brach with the following naming conventionp, refix it with your name
name-some branch name.
frontend
- Use React Js and vite as the node manger
npm install
- Start The Server,
cd frontendinto the dir and then type command
npm run dev
backend
- Install the needed lib with the command bellow
npm install
- Start The Server,
cd backendinto the dir and then type command
npm run dev
Database
- To Create the DB use the command bellow
mysql -u root mysql < mysql-code/Schema.sql
- MySql Version 9.2.0
Description
Languages
JavaScript
95.8%
Python
4%
HTML
0.2%