Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.05 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.05 KB

☀️ ☔️NicePlaceCast❄️ ⛄️

Overview

2018 Planet Hackathon

날씨에 따라 여행장소를 추천해주는 어플리케이션


  1. Demo
  2. Installation
  3. License

Demo

데모

Installation

~ $ git clone https://github.com/newmad/newmad-server
~ $ cd ./newmad-server
~/newmad-server $ pip install -r requrements.txt
~/newmad-server $ export API_KEY={YOUR_API_KEY}
~/newmad-server $ export DB_SERVER={YOUR_DB_SERVER}
~/newmad-server $ sudo FLASK_APP=api/api.py flask run --host=0.0.0.0 --port=80

License