https://github.com/devmatheusss/gopportunities
Primeira aplicação em Go Lang
https://github.com/devmatheusss/gopportunities
Last synced: 12 months ago
JSON representation
Primeira aplicação em Go Lang
- Host: GitHub
- URL: https://github.com/devmatheusss/gopportunities
- Owner: devmatheusss
- Created: 2023-07-11T01:38:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T00:05:35.000Z (almost 3 years ago)
- Last Synced: 2025-04-28T07:56:51.463Z (about 1 year ago)
- Language: Go
- Size: 754 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gopportunities API
An RestAPI made with Go Lang.
It's my first Go Lang project, please star this repository and enjoy the project!
> ## ⚠️ Important!
> This RestAPI is fictional, also, nothing on this RestAPI are real.
## Running
```zsh
make run
or
make # this will create a new docs directory and runs the program
```
To view documentation, access http://localhost:3333/swagger/index.html. (the program must be running)
For more run options, read the makefile.
## Technologies
For this RestAPI, has used some technologies thats:
- **Go Language** is the default and the only language used in this project
- **Gin Gonic** used to make routes
- **Swagger** used to documentation