706 B
706 B
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
python3 ./SQL_code/init-db.py
- MySql Version 9.2.0