socialweb

Flask web 2.0 project

https://github.com/paikattilrohin/socialweb

Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Flask web 2.0 project

Basic Info
  • Host: GitHub
  • Owner: paikattilrohin
  • Language: HTML
  • Default Branch: master
  • Homepage:
  • Size: 2.47 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed over 4 years ago
Metadata Files
Readme Citation

README.md

socialweb

Flask web 2.0 project setup requirements

Steps

-> install python Python 3.9.9

-> Open project socialweb inside ide

-> pip install -r requirements.txt

-> Install latest mysql database

    --- version I used(mysql  Ver 8.0.27 for macos11.6 on arm64 (Homebrew))
    version 8.0.27 for your respective OS should work

-> Open msql cli

    1) setup my sql password 
    2) create database socialweb
    3) use database socialweb
    4) Update password and database name inside "constants.py"
    5) run the script databasesetup.txt either copy pasting all the commands into the cli or run it as a script 

-> run "python WebApp.py" or click on run within the IDE

-> to generate profile vectors for your users using userprofilevector_script.py generated profile vector files will be created inside folder "UserInfo"

Owner

  • Name: Rohin
  • Login: paikattilrohin
  • Kind: user

SRE Engineer Snapsheet | Magician | Ex-Nokia R&D Engineer | Carnegie Mellon University Graduate

Citation (Citation.txt)

https://github.com/shohan-ch/social-network-template

https://smarttechnicalworld.com/install-mysql-on-apple-mac-m1/

https://realpython.com/primer-on-jinja-templating/

https://stackoverflow.com/questions/30011170/flask-application-how-to-link-a-javascript-file-to-website

https://frontbackend.com/css/css-like-and-favorite-buttons

https://stackoverflow.com/questions/12059424/about-mysqldb-conn-autocommittrue

https://stackoverflow.com/questions/37908024/form-sends-get-instead-of-post

https://stackoverflow.com/questions/8987455/sql-server-multiple-word-search-and-ranking-the-results

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • Flask ==2.0.2
  • Flask-Login ==0.5.0
  • Jinja2 ==3.0.3
  • MarkupSafe ==2.0.1
  • Werkzeug ==2.0.2
  • click ==8.0.3
  • itsdangerous ==2.0.1
  • mysql-connector ==2.2.9
  • mysqlclient ==2.1.0