Skip to content

A CRUD Applciation developed using Go for the backend and Vue for the frontend

Notifications You must be signed in to change notification settings

mooose22/CRUD-Application-Go-Vue-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Startup procedure

  1. Create a 'democrud' database in postgres.

  2. In Visual Studio Code, open the project.

  3. Start Command Prompt and move to the following directory of the project.

    cd CRUD-Application-Go-Vue
    
    
  4. Start the backend

    go run backend.go
    
  5. Start the command prompt and move to the following directory of the project.

    cd ./frontend
    
  6. Launch the frontend

    npm run serve
    
  7. 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/

Library Used

  1. Gorm ( gorm.io/gorm)
  2. Gorilla Mux (github.com/gorilla/mux)
  3. Postgres (gorm.io/driver/postgres)

About

A CRUD Applciation developed using Go for the backend and Vue for the frontend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published