Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.24 KB

Beego RestAPI

Version Documentation Maintenance License: MIT Visit:

Prerequisite

  • Go
  • PostgreSQL

Usage

  • Change the database/database.go file database configuration according to the database in your system for the line number 24
  • Change the controllers/object.go file database configuration according to the database in your system for the line number 17 to 23
  • Run go mod tidy
  • Run bee run