An open API service indexing awesome lists of open source software.

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

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