Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 722 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 722 Bytes

mapmap

Experimenting with Containerization, Microservices and REST APIs.


A view of the frontend.

Description

This project was built in order to get some hands-on experience with docker, postgres and flask. It creates a set of random locations, that are queried from the database, processed by the backend service and parsed to the frontend application.

The architecture is as following:

[postgres/db] <- 1 -> [py/backend] <- 2 -> [nginx/frontend]
1 psql
2 flask

Installation

  1. Run docker-compose build && docker-compose up to start the application.
  2. Connect to the frontend using localhost:8180