Skip to content

Experimenting with Containerization, Microservices and REST APIs to build a geo-information app using Leaflet.

License

Notifications You must be signed in to change notification settings

chrismolli/mapmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Experimenting with Containerization, Microservices and REST APIs to build a geo-information app using Leaflet.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published