Server side code is written in Go, used Gorilla Mux
Vue.js is used for client side rendering.
-
To run the server, Go is needed to be installed. Install Go from here
-
After Installing Go, navigate to the
server
directory
cd server
- Compile the go files using
go build
- Now run the
server.exe
file to start the server
- Create a
.env.local
file in the root of the client directory
VUE_APP_BASEURL=http://localhost:5000/products
- Install the required dependencies
yarn install
- Start the application for development
yarn serve
This project is currently licensed under under the MIT License. See LICENSE for more information.