Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.46 KB

README.md

File metadata and controls

42 lines (37 loc) · 1.46 KB

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