Skip to content

SasiniSithara/Blogging-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogging-App

This app provides a platform to build your own Blogs, edit them and also view other blogs.

To start the app

  • Install the required packages

    pip install -r requirements.txt

  • Rename .env-example to .env and make the required changes like updating the following

    • "MYSQL_USER"

    • "MYSQL_PASSWORD"

  • To configure the required database in the MySQL Database

    mysql -u <username> -p < blog.sql

  • Start the app by running

    python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 51.1%
  • Python 48.9%