Skip to content

The objective is to develop a Golang server so that users can upload image, add comments and view image like a social network web application.

Notifications You must be signed in to change notification settings

gkganesh126/Social_Networking_with_Golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Social_Networking_with_Golang

The objective is to develop a Golang server so that users can upload image, add comments and view image like a social network web application. It used BoltDB at the backend to store user details, image details and comments entered by users image-wise. The images uploaded of different size are resized to a common size and a secure cookie is also maintained for every session login. Dependencies: "github.com/boltdb/bolt" "github.com/eahydra/gouuid" "github.com/nfnt/resize" "github.com/gorilla/mux"

About

The objective is to develop a Golang server so that users can upload image, add comments and view image like a social network web application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published