Skip to content

swordwj/weigo_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weigo_project

a simple and easy to use blog website, easy to operate, complete functions, simple interface.

Functions

there are functions implemented in our project.

  • user moudle
    • register
    • login
  • post moudle
    • look through posts of yours and friends you followed
    • create a post
    • delete your post
    • update your post
    • look comments
    • create comment for post
    • uadate your own comment
    • delete your own comment
    • give or cancle like to the post
  • friend moudle
    • search a friend
    • follow or unfollow a friend
    • look the people you followed and followed you
  • photo moudle
    • add or change your photo in homepage

Requirements

  • python3 or higher
  • PyCharm 2017.2.4
  • package
    • Flask 0.12.2
    • Jinja 2.9.6
    • image 1.5.16
    • pip 8.1.1
    • psycopg2 2.7.3.2
    • pymd5 0.1
  • postgresql
  • windows8/lunix

Usage

git clone https://github.com/swordwj/weigo_project
python3 https://www.python.org/downloads/
PyCharm IDE https://www.jetbrains.com/pycharm/
postgresql https://www.postgresql.org/download/
Setup postgresql Connection:
  HOST = 'localhost'
  PORT = '5432'
  DATABASE = "weigodb"
  USER = "username"
  PASSWORD = "password"

see sql file for database design details

Update URL

https://github.com/swordwj/weigo_project

Contact Us

QQ:12345678910

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published