06e045fbff3483f80506e127c70230e0e6419e61
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
Your-Name Branch-Name.
Frontend
cd frontendinto the dir and then type command
#Install the needed lib with the command bellow
npm install
#Start The Server
npm run dev
Backend
cd backendinto the dir and then type command
#Install the needed lib with the command bellow
npm install
#Start The Server
npm run dev
Database
- MySql Version 9.2.0
- To Create the DataBase use the command bellow:
1. mysql -u root
2. use Marketplace;
3. \. PathToYour/Schema.sql
3. \. PathToYour/Init-Data.sql
Description
Languages
JavaScript
95.8%
Python
4%
HTML
0.2%