- Go into the folder in cmd :
cd git-clone\api
- Run :
npm install
- Go into the
git-clone\api\config
- Copy the
db.config.template.js
and rename the copy withdb.config.js
- Change the variables to the values that suits your mysql environment
- Run :
npm start
- Go into the folder in cmd :
cd git-clone\client
- Run :
npm install
- Run :
npm start