Skip to content

Edin93/old_Mynd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mynd

Mynd is a social networking website where users can share and view images according to topics.

Packages Installation

  • Mysql installation
echo 'deb http://repo.mysql.com/apt/ubuntu/ trusty mysql-5.7-dmr' | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install mysql-server-5.7
  • Python packages installation
sudo apt-get update
sudo apt-get install -y python-dev libmysqlclient-dev && sudo pip3 install mysqlclient
sudo apt-get install python3.6
pip3 install Flask
pip3 install SQLAlchemy==1.2.5
pip3 install SQLAlchemy-ImageAttach
pip3 install flask-cors
pip3 install flask-login
pip3 install flask-jwt

About

Mynd is a social networking website where users can share and view images according to topics.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors