Skip to content

beehive-spg/beehive-backend

Repository files navigation

Beehive Webapp Backend

License

beehive-backend acts as the backend part of the beehive webapp. It connects the frontend to all other parts of the project, such as the database and routing buffer. Communication between these parts is either done via a REST service or RabbitMQ.

Motivation

Currently this is a diploma-project of a team of four students, the other project repositories can be found here.

Development

Tech/Frameworks used

Prerequisites

For easier package handling it is advised to use yarn. Also don't forget to yarn install.

Usage

To get up and running execute yarn start which will start up a development server on port 8080.

To execute GraphQL queries go to http://localhost:8080/graphiql.