this is my database final project of AUT . So dont criticize me if you find it boring to code all those mysql. I had to !
1- Clone the project
git clone https://github.com/farzad80rad/ghanari.git2- Add mysql from 'db' forlder into your system
3- Go to the backEnd directory
cd goServerRun Golang server
go run main.go4- Go to the frontEnd directory
cd ../vue_frontInstall dependencies
npm install // yarn installStart the server
npm run start // yarn start