Skip to content

SaFi2266/facebook_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

** Travel Application **

  • How to run this?
  1. Setup database You need to have mysql database. All database related config is in the file config.py You need to put root password of mysql in config.py Run following mysql command to crate database in mysql shell.
mysql> create database <DB_NAME>;

<DB_NAME> is name of database which you prefer. By default it is AppDB set in config.py Then run following command on Bash shell

$ python db.py
  1. Put application related constants
  1. Run Application on localhost
$ pip install -r requirements.txt
$ python app.py
  1. Test this Application Create test app in FB. There is option to create test app in developers facebook. Follow: https://developers.facebook.com/docs/apps/test-apps Create test users to test this test app.

  2. Deploy Application Follow this: http://flask.pocoo.org/docs/0.12/deploying/

About

Facebook and weather API Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published