Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lakinduakash/returnx-


https://github.com/lakinduakash/returnx-

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# returnx; API

This API was built on php using the Slim framework.

# Setup

This assumes that the slim framework is already installed.

Run the command
```$php -S localhost:8090```

Test using http://localhost:8090/. If successful, it should return,
```
{"status":200,"status_message":"Success","data":null}
```