Categorygithub.com/Mario-Juu/WebDevGo
modulepackage
0.0.0-20240813213549-fdc2c1243399
Repository: https://github.com/mario-juu/webdevgo.git
Documentation: pkg.go.dev

# README

Projeto Blog em Go

Descrição

Um projeto para desenvolvimento de uma aplicação web afim de utilizar de toda a variabilidade da linguagem Go, criando um blog e hosteando um site pelo próprio computador.

Tecnologias

  • Go
  • HTML
  • CSS
  • Bootstrap
  • Docker
  • MariaDB

Como usar

  1. Abra o VSCode ou sua IDE compatível de preferência
  2. Clone o repositório
git clone https://github.com/Mario-Juu/WebDevGo.git
  1. Crie o banco de dados
docker run --name dbblog -e MYSQL_ROOT_PASSWORD=secret -e MARIADB_MSQL_LOCALHOST_USER=true -p 3306:3306 -d mariadb:latest
  1. Execute a aplicação
go run .
  1. Visite o site na porta 8080 (http://localhost:8080)

Objetivo

Tendo como objetivo ser um backend que se vincula a um frontend, ambos criados na mesma aplicação, se pode fazer algumas mudanças com flags na criação da aplicação:

Vá até o caminho que clonou o repositório, execute o seguinte comando para configurações personalizadas:

./WebDevGo.exe -port={insira a porta} -env=prd (caso queira cache ativada)

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
Post
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author