Skip to content

Development of an API for storing values ​​in a bank using GO for studies

License

Notifications You must be signed in to change notification settings

brenoacf/gotags-api-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotags-api-test

Development of an API for storing values ​​in a bank using GO for studies.

In this project, I use Golang with Go-Gin for the routes, GORM as ORM for the connection to a local SQLite database and Swaggo to generate the Swagger documentation.

In addition, I use a makefile to run the application.

This project was based on a video by Arthur 404 dev on YouTube, where he explains how to create a simple API with Golang.

This project served as an initial study for using this language.

To run the project using the Makefile, do:

$ make

To run directly, from the main directory, do:

go run main.go

About

Development of an API for storing values ​​in a bank using GO for studies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published