https://github.com/wendellast/maybe
https://github.com/wendellast/maybe
api docker go swagger
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wendellast/maybe
- Owner: wendellast
- License: gpl-3.0
- Created: 2024-05-15T15:46:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-28T18:55:50.000Z (over 1 year ago)
- Last Synced: 2025-01-21T07:08:39.521Z (9 months ago)
- Topics: api, docker, go, swagger
- Language: Go
- Homepage: https://maybe-api.up.railway.app/swagger/index.html
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```