Giter Site home page Giter Site logo

opencollective / go-mini-social-network Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ytakkar/go-mini-social-network

1.0 1.0 1.0 3.29 MB

A mini social-network created with the awesome GolangπŸ’–πŸ’–!!

License: MIT License

JavaScript 12.19% Go 35.39% CSS 24.76% HTML 27.65%

go-mini-social-network's Introduction

Go-Mini-Social-Network

A mini Social-Network created with the awesome GolangπŸ’–πŸ’–!!

No longer maintained. But it works

Another Versions

React Version

Vue Version

Ruby On Rails Version

Quick Links

  1. Screenshots
  2. Requirements
  3. Usage

Screenshots

alt text alt text alt text alt text alt text alt text alt text

Requirements

  1. Make sure you keep this project inside $GOPATH/src folder.

Usage

  1. Open PHPMyAdmin, create a db & import db.sql.

  2. Install dependencies.

# golang deps
dep ensure

# JS deps (either with npm or with Yarn)
npm install [or] yarn
  1. Create a .env file & insert the following code. Replace values with yours!!
PORT=YOUR PORT (default: 2280) [STRING]
SESSION_SECRET=ANYTHING SECRET [STRING]
DB_USER=DB_USER [STRING]
DB_PASSWORD=DB PASSWORD [STRING]
DB=DB YOU JUST CREATE [STRING]
  1. My root folder name is Go-Mini-Social-Network, if yours is different then go ahead & change it on imports. It can be done easily by searching the whole project.

  2. Now run the app.

npm start [or] yarn start
  1. Run the app in browser.
localhost:[PORT] PORT=4907 (By default)
  1. Enjoy πŸ’–πŸ’–!!

go-mini-social-network's People

Contributors

d6o avatar ytakkar avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.