Skip to content

Aplicacion para la gestion de registros de vehiculos de servicio publico.

Notifications You must be signed in to change notification settings

netsaj/transporte-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transporte-backend

Requirements

  • PostgresSQL >= v10
  • Golang >= 1.13

Dependencies

install dependencies

For manager dependencies used go mod, for download run in your bash console:

$ go mod download

Set database params

edit connection params into database/connection.go file in init method.

migrations

When the server stars run automatically all migrations.

Settings

admin user

If admin user not exist, automatically register a new user

username: admin
password: admin

is recommended change the password in the first login.

run

$ go run .

Authors

About

Aplicacion para la gestion de registros de vehiculos de servicio publico.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages