social-network-app

The app's architecture

api-architecture

Classes UML Diagram

api-architecture

The app's workflow

api-architecture

Building the application with Docker

git clone https://github.com/alexcogojocaru/social-network-app.git 
cd social-network-app
docker build -t socialapp .
docker run -p 5001:5001 -e PORT=5001 -d socialapp