-
Create a '
democrud
' database in postgres. -
In Visual Studio Code, open the project.
-
Start Command Prompt and move to the following directory of the project.
cd C:\['your location']\CRUD-Go-Postgres-Vuetify3
-
Start the backend
go run backend.go
-
Start the command prompt and move to the following directory of the project.
cd ./frontend
-
Launch the frontend
npm run serve
-
Access with a Chronium-like browser such as Edge/Safari.
(When npm run serve completes the build, the following URL is displayed.)
App running at: http://localhost:8080/
- Gorm ( gorm.io/gorm)
- Gorilla Mux (github.com/gorilla/mux)
- Postgres (gorm.io/driver/postgres)