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

https://github.com/derekargueta/openresty-seed

My personal scaffold for creating OpenResty apps. Clone && rm -rf .git
https://github.com/derekargueta/openresty-seed

docker lua luajit nginx nginx-docker nginx-lua nginx-server openresty scaffold seed skeleton

Last synced: 3 months ago
JSON representation

My personal scaffold for creating OpenResty apps. Clone && rm -rf .git

Awesome Lists containing this project

README

        

Heavily in the works.

Dockerized OpenResty setup so that one can quickly prototype an OpenResty application.

```bash
$ git clone https://github.com/derekargueta/resty-seed.git
$ cd resty-seed
$ docker-compose up
Creating network "restyseed_default" with the default driver
Building app
...
```

Open browser to http://localhost:8000