6798a5c6a6cb41eed850acad4013357680825f39
Login Auth now implemented Persistance login page AI app.jsx formating
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%