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.
Currently this is a diploma-project of a team of four students, the other project repositories can be found here.
For easier package handling it is advised to use yarn. Also don't forget
to yarn install
.
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.