This application allows a user to login using their gmail and allow him to post any news in the BLOG. The all posts of the users are categorised into different types and is provided with a good interface to access the posts in the BLOG.
- Develop a RESTful web application using the Python framework Flask.
- Implementing third-party OAuth authentication.
- Implementing CRUD (create, read, update and delete) operations.
- Install Vagrant and VirtualBox
- Find the BLOG zip file.
- Extract the zip file and place BLOG folder in your Vagrant directory.
- Launch the Vagrant VM using command:
$ Vagrant up
- Run Vagrant
$ Vagrant ssh
- Change directory to
/vagrant/BLOG/
$ cd /vagrant/BLOG
- Initialize the database
$ python database.py
- Launch application
$ Python blog.py