JasperAlexander / bipper-backend

The backend of a social networking service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bipper (backend)

This repository contains the backend of a social networking service. You can find the frontend here.

The backend is written in Golang and uses gqlgen as GraphQL server library.

Installation

  1. Make sure you've installed Golang on your machine.

  2. Open a Command Line Interface (CLI) and clone this repository:

git clone https://github.com/JasperAlexander/bipper-backend.git

Getting Started

  1. Run the server:
go run server.go
  1. Open http://localhost:8080 with your browser to see if you're backend is working.

Contributing

Feel free to ask questions at the Discussions tab or reach out to one of the contributors.

About

The backend of a social networking service.


Languages

Language:Go 100.0%