Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavohenriqueschmitz/crud-golang
CRUD em golang.
https://github.com/gustavohenriqueschmitz/crud-golang
Last synced: about 2 months ago
JSON representation
CRUD em golang.
- Host: GitHub
- URL: https://github.com/gustavohenriqueschmitz/crud-golang
- Owner: GustavoHenriqueSchmitz
- Created: 2023-01-08T21:16:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T14:56:20.000Z (9 months ago)
- Last Synced: 2024-04-11T17:17:10.428Z (9 months ago)
- Language: Go
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD-Golang
## About the project
A CRUD project made in Golang. With the methods GET, POST, PUT, DELETE.## Used technologies
- Golang
- PostgreSQL
- Docker-Compose
- PostgreSQL## Installation
### Project clone```
git clone https://github.com/GustavoHenriqueSchmitz/CRUD-Golang.git
```### Install Golang V1.19 and Docker-Compose
Download Link: [Golang](https://go.dev/dl/)
Donwload Link: [Docker-Compose](https://docs.docker.com/compose/install/)### Install Dependencies
Open a terminal, accessing the project root directory and run the command:
```
go mod download
```## Running App
**1 -** Open a terminal and run in the root directory of the project the command:
```
docker-compose up
```**2 -** Open another terminal and run in the root directory of the project the command:
```
go run main.go
```## Author
**Gustavo Henrique Schmitz****Linkedin:** https://www.linkedin.com/in/gustavo-henrique-schmitz
**Portfolio:** https://gustavohenriqueschmitz.com
**Email:** [email protected]