Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 935 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 935 Bytes

Weather App

This project is used to POC Slim framework PHP.

CAUTION: this is not a project make in state of the art !

Requirements

  • Docker 17+

Start app

git clone [email protected]:yroseau/slim-framework-poc-weather-app.git
cd slim-framework-poc-weather-app/docker
cp .env.dist .env
# Update .env file
docker-compose up

Use web app

Go to http://localhost:8000/

Use api

http://localhost:8000/api/weather/{ISO-3166-country-codes}/{city-name}[/(standard|metric|imperial)]

Example

TODO

  • Use Webpack + babel + uglify
  • Translation
  • Scss
  • Logger
  • Use nginx