Skip to content

A RESTful API for photo sharing that enables users to upload, manage, and interact with photos through features like authentication, tagging, and commenting.

Notifications You must be signed in to change notification settings

reid-harrisson/photo-sharing-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Golang Backend (GIN)

Simple golang backend service using Gin framework.

Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster.

Run Application

  1. Copy .env.example file and paste it within same directory
  2. Rename it as .env
  3. Run following command
swag init -g cmd/main.go
go run ./cmd
  1. Visit http://localhost:8000/swagger/index.html in your web browser to see swagger document

About

A RESTful API for photo sharing that enables users to upload, manage, and interact with photos through features like authentication, tagging, and commenting.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages