erzaffasya / Go-Tracking-Mafindo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Final Project - MyGram

Kelas: Scalable Web Services with Go (Programming Language) - Digitalent ✕ Hacktiv8

MyGram is a free photo sharing app written in Go. People can share, view, and comment photos by everyone. Anyone can create an account by registering an email address and selecting a username.

Getting Started

To start running this project locally,

git clone https://github.com/erzaffasya/mygram.git

Open MyGram folder and install all required dependencies

cd MyGram && go mod tidy

Copy the example config file and adjust the config file

cp config.example.yaml config.yaml

Start the server

go run main.go

Check the API documentation

http://localhost:8080/swagger/index.html

About

License:MIT License


Languages

Language:Go 100.0%