Skip to content

sammy429b/Yarro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

254 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yarro

Yarro is a social networking website made in flask

Try it out

https://yarro.onrender.com

Run locally

Requirements

  • python 3.6+
  • mysql server (optional)

Usage

  • clone the repo
git clone https://github.com/asyncdoggo/Yarro.git
  • install requirements using pip
python -m pip install -r requirements.txt
  • create a file with name .env in the project root with following variables
# database engine to be used, currently supported (mysql, sqlite)
DB_ENGINE = sqlite

# jwt secret
SECRET_KEY=super-secret-key


# email secrets
EMAIL=email@example.com
EMAIL_PASSWORD=password

# Database connection parameters
# set all to blank if using sqlite
HOST=localhost
USERNAME=example
PASSWORD=password
DATABASE=yarrodb

About

social networking web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 61.6%
  • Python 23.0%
  • HTML 14.6%
  • Other 0.8%