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

https://github.com/wendellast/maybe


https://github.com/wendellast/maybe

api docker go swagger

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Maybe

# Introdução

o projeto Maybe é uma API onde é possível realizar o cadastro de uma vaga de emprego, além de atualizar e deletar essas informações.

Demo: https://maybe-api.up.railway.app/swagger/index.html

## Stacks:
- go
- gin-gonic
- docker
- makefile
- sqlite3

## Como Executar

Para executar o projeto, siga as etapas abaixo:

```Bash
go mod tidy

```
Depois rode a api

```Bash
go run main.go
```