Social-Network

codecov

Social Network

Explore the report »
Documentation »

Table of Contents

About the Project

The project is developed and maintained by:

Abstract

The current market includes several social networks, each differentiated primarily by the type of post that users can publish. This project aims to create the backbone of a generic social network, from which it would be possible to specialize into a fully-fledged application by identifying a particular type of post or adding distinctive features.

Built With

Infrastructure

Getting Started

Prerequisites

Note: About ‘content-service’, if required, in order to build the service it is necessary to first run gradle task ‘compileTypescript’ in order to install the necessary dependencies and avoid errors. Since the docker-compose file only runs the database using an image from docker hub, it is only needed to run the command:

$ docker-compose up -d