An open API service indexing awesome lists of open source software.

https://github.com/makepath/makestack


https://github.com/makepath/makestack

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Makestack
makestack is a geospatial application architecture templating engine (GAATE) which allows developers to setup a production-quality geospatial web architecture ready for deployment to cloud providers.

The goal is to make production quality architectures easy to produce with established conventions to simplify collaboration.

## Install

```bash
pip install makestack
```

### Installing from source

```bash
git clone https://github.com/makepath/makestack
cd makestack
pip install .
```

## Usage

After installing Makestack, you can run the CLI by typing `makestack` in your terminal.