Skip to content

This is a mini social network created with golang, gorilla/mux and gorm.

Notifications You must be signed in to change notification settings

Parvezkhan0/go-social-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a mini social network created with golang, gorilla/mux and gorm. I built this to get more familiar with the Go language. I also decided to use go template just to get familiar with them. I'll probably go with rest apis for future projects. I intend to do some refactoring later on, but the functionalities are currently working. Inspiration gotten from yTakkar's .

Requirements

Go - from v1.2

PostgreSQL - from v10

Setup

  • Before setup, you must have PostgreSQL on your machine. Then clone this repository

    https://github.com/Parvezkhan0/go-social-network.git

  • cd into the project directory

    cd go-social-network

  • Set environment variables

    • A sample is presented in the repository.

    cp .env.example .env

  • Run application

    go run main.go

About

This is a mini social network created with golang, gorilla/mux and gorm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published