Skip to content

A social network implemented in python with flask, based on twitter, where users can create posts, follow friends, search for topics, etc ... created to bring people together.

Igor-Felipy/Billy_Social-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Billy - Social Network

Billy_logo

Implementing a social network with Flask

Work in progess ...


Why I do this?

  • This was done to continue a never ending project for a youtube channel.
  • The channel is Júlia Rizza
  • And the Flask playlist is that

Technologies:

  • Alembic
  • Bootstrap 4
  • Flask
  • Flask-WTForms
  • Flask-SQLAlchemy
  • Flask-Migrate
  • Flask-Script
  • Flask-Login
  • HTML5
  • Werkzeug

How to run:

  • Running the project:
  1. Install Python3.6 or higher
  2. Run on terminal: pip3 install -r requirements.txt
  3. Run on terminal: python3 run.py runserver

  • To build the DB from scratch:
  1. Run on terminal: Python3 run.py db init
  2. Run on terminal: Python3 run.py db migrate
  3. Run on terminal: Python3 run.py db upgrade

Images:

index_page profile register login posts searching

About

A social network implemented in python with flask, based on twitter, where users can create posts, follow friends, search for topics, etc ... created to bring people together.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published