Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santosjennifer/golang-api
API Rest with Go
https://github.com/santosjennifer/golang-api
docker-compose dockerfile go golang
Last synced: 9 days ago
JSON representation
API Rest with Go
- Host: GitHub
- URL: https://github.com/santosjennifer/golang-api
- Owner: santosjennifer
- Created: 2024-07-24T00:53:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T01:04:06.000Z (6 months ago)
- Last Synced: 2024-11-10T15:25:56.944Z (2 months ago)
- Topics: docker-compose, dockerfile, go, golang
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## API Rest with Go
CRUD de produto.### Tecnologia
- Golang 1.22
- Docker### Como executar o projeto:
1 - Clone o repositório:
```
git clone [email protected]:santosjennifer/golang-api.git
```2 - Na raiz do projeto, execute o comando:
```
docker-compose up
```