Skip to content

erzaffasya/Go-Tracking-Mafindo

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages