Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kikemaru/chamomile

An application for creating services with an HTTP interface.
https://github.com/kikemaru/chamomile

api-manager http-interface laravel8

Last synced: 2 days ago
JSON representation

An application for creating services with an HTTP interface.

Awesome Lists containing this project

README

        

#

chamomile


An application for creating services with an HTTP interface.




## Installing chamomile:
- Clone the repository to your local machine

```bash
git clone https://github.com/kikemaru/chamomile.git
```
- Go to the repository directory and run the bash file to configure the server availability settings for nginx

```bash
cd chamomile && bash setting.sh allowed_IP_address your_host
```
- After configuring the settings, run docker-compose to build the Docker container:

```bash
docker compose up -d
```

## This application is in the development stage!

setting.sh