Skip to content

MartinsMessias/go_rest_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Rest API

Structure

├── controllers
│ └── controllers.go
├── database
│ └── db.go
├── dev.env
├── go.mod
├── go.sum
├── main.go
├── middleware
│ └── middleware.go
├── models
│ ├── config.go
│ └── personalities.go
└── routes
     └── routes.go

Stack used

Backend: Go

Database: Postgres

Environment variables

To run this project, you will need to add the following environment variables to your .env

dbhost

dbport

dbuser

dbname

dbpassword

About

Go REST API

Topics

Resources

Stars

Watchers

Forks

Languages