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

https://github.com/b9874e40962149eee62a8fd3bc4e709e/next-tailwind-slim-example


https://github.com/b9874e40962149eee62a8fd3bc4e709e/next-tailwind-slim-example

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

**Run the server**
- Requires php > v5.6
```
cd server/public && php -S localhost:8888
```
**Run the client**
- Requires node & npm
```
cd client && npm start
```
**Notes**
- Data are stored in ```/server/data/airports.json``` and ```/server/data/flights.json```