Deviskey Solution

This application while practicing Golang and react.js integration with each other. The user can add, Delete, Update, and get vehicle parts, and also can get current data pdf file generated from the backend and the user can download after clicking on the pdf Download button

Start Application

  • Clone the application
  • run "npm install" on the frontend file to download modules
  • run "npm start" on the frontend file
  • run "go mod download" on the backend file to download packages
  • run "go run ." on the backend file to run the backend