This repo contains all our code for the COM3014 group coursework.
Getting Started
To get a local copy up and running follow these simple example steps.
Prerequisites
- Docker
Installation
- Clone the repo
git clone https://gitlab.eps.surrey.ac.uk/group-2-com3014/com3014-groupcw
- Populate the 4 environment files for the posts-service/, comments-service/, users-service/, and apollo-gateway/ with the necessary details
- Run docker compose
docker compose up
- The webiste should be accessible at
http://localhost:3000