-
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 CRUD-Application-Go-Vue
-
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)