RtjShreyD / Tornado_Blog_App

A Blog App made with Tornado framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlogApp_Tornado

Blogging website using python framework tornado

To Run the application:

$ pip install -r requirements.txt

$ sudo apt-get update

$ sudo apt-get install mysql-server

$ sudo -i

Inside the mysql cli $ ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '';

Now just import the Dump202000401.sql database file in MySql WorkBench and start the service.

Service can be stopped by sudo service mysql stop

Finally after starting the mysql service, run (Also check your root mysql password from app.py, it should be same as your sql pass word) $ python app.py

Now open localhost:8000 and the blog is running, register yourself as a new user and get started.

About

A Blog App made with Tornado framework


Languages

Language:JavaScript 59.4%Language:HTML 17.1%Language:CSS 15.3%Language:Python 5.4%Language:TSQL 2.8%