Skip to content

Hacktiv8: Scalable Web Service with Golang - DTS Kominfo

Notifications You must be signed in to change notification settings

musshal/mygram-api

Repository files navigation

Final Project - MyGram API

Scalable Web Services with Go - 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 creating a username.

Getting Started

To start running this project locally,

git clone https://github.com/musshal/mygram-api.git

Open mygram-api folder and install all required dependencies

cd mygram-api && go mod tidy

Copy the example env file and adjust the env file

cp .env.example .env

Start the server

go run main.go

Check the MyGram API documentation

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

About

Hacktiv8: Scalable Web Service with Golang - DTS Kominfo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published