Skip to content

Basic spring crud with user creation, following, auth, persistence and management.

Notifications You must be signed in to change notification settings

Jonathan-R0/Social-Network-CRUD

Repository files navigation

Trabajo Práctico 1

Iniciar el Servicio

Primero se debe definir una red compartida entre los contenedores de Docker. Se crea con el siguiente comando:

docker network create tdd-network

Se levanta con el siguiente comando:

docker compose up

Front End Mock

También disponemos de un script en Python que simula el Front End. Se puede correr con el siguiente comando:

python3 frontend_mock.py

Requiere tener instalado el paquete Flask.

About

Basic spring crud with user creation, following, auth, persistence and management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published