Skip to content

yroseau/slim-framework-poc-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published