Skip to content

The backend for eduBoard, written in Go

Notifications You must be signed in to change notification settings

eduboard/backend

Folders and files

NameName
Last commit message
Last commit date
Jun 27, 2018
Jul 7, 2018
Jun 17, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jul 12, 2018
Jun 2, 2018
Jul 7, 2018
May 26, 2018
Jun 7, 2018
Jun 3, 2018
Jul 12, 2018
Jun 21, 2018
May 27, 2018
Jul 2, 2018
Jun 2, 2018
Jun 17, 2018
Jun 21, 2018
Jul 7, 2018
Jun 18, 2018
Jun 14, 2018
Jun 7, 2018
Jul 12, 2018

Repository files navigation

backend Build Status codecov

The backend for eduBoard, written in Go with httprouter and MongoDB.

Installing

  • Install dep
  • Run dep ensure to install dependencies

Running

The backend needs MongoDB to be connected. Connection parameters can be changed using ENV.

Docker

The easiest way to run the backend is using Docker. Just run docker-compose up and you are done.

Traefik (optional)

The traefik reverse proxy is used for https support. Some changes need to be made to traefik.toml

  • change email to a valid email
  • change domain to your domain
  • move the file to /opt/traefik/traefik.toml

Watchtower (optional)

The watchtower makes sure that you that you always have the newest eduboard version running. You can start it over the command line (your container name might be different from eduboard_server_1)

  • docker run -d \ --name watchtower \ -v /var/run/docker.sock:/var/run/docker.sock \ v2tec/watchtower eduboard_server_1

Endpoints

See the Spec.

About

The backend for eduBoard, written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages