AlexxNica / TinyFaces

Free stock avatars for everyone πŸ‘¦πŸΌπŸ‘¨πŸΎπŸ‘©πŸ» (Built w/ Vapor)

Home Page:https://tinyfac.es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyFaces πŸ‘¦πŸΌπŸ‘¨πŸΎπŸ‘©πŸ»

Free stock avatars for everyone

Tiny Faces is a free crowd-sourced avatar gallery to use in your personal or commercial projects

Also check out our TinyFaces Sketch Plugin

πŸ€– Before building (dependencies)

macOS:

  • Run brew install gd
  • Run brew install mysql followed by mysql_secure_installation to setup a database
  • Install Xcode
  • Run vapor xcode, this will create the Xcode project

Ubuntu (server):

  • Run sudo apt-get install libgd-dev
  • Run apt-get install libmysqlclient-dev

Database:

  • Create a MySQL database called marvel_faces, e.g. using the mysql CLI: CREATE DATABASE marvel_faces;
  • Config/mysql.json contains the database credentials

🚧 Building

macOS:

πŸ“– Documentation

Visit the Vapor web framework's documentation for instructions on how to use this package.

πŸ’§ Community

Join the welcoming community of fellow Vapor developers in Slack.

πŸ”§ Compatibility

This package has been tested on macOS and Ubuntu.

About

Free stock avatars for everyone πŸ‘¦πŸΌπŸ‘¨πŸΎπŸ‘©πŸ» (Built w/ Vapor)

https://tinyfac.es

License:MIT License


Languages

Language:Swift 96.3%Language:CSS 3.4%Language:HTML 0.2%