Skip to content

igorsfreitas/devbook-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO Lang Logo

A simple, secure, scalable api with Golang

GoLang

Description

Devbook API with Golang

Add missing and remove unused modules

$ go mod tidy

Running the application

# development
$ go run main.go

# production mode
$ go build

TODO

  • Add migrations in the project
  • Add dockerfile for development and production envoirments
  • Add hot reload in the project
  • Improve Postman collection with envs and scripts to provide variables
  • Add unit tests on the project
  • Add SQLC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages