Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.68 KB

README.md

File metadata and controls

53 lines (41 loc) · 1.68 KB

Puploader

Pylint

Simple Flask app built to receive, store, and serve dog photos. Uploading non-dog photos works fine, but why would you want to?

Puploader

Preview

  • Current iteration live here

Current Features

  • Multi-file upload
  • Live gallery
  • Local shelters/adoptable dogs information
  • User management supported by a MongoDB backend

Built with

  • Flask - "Web development, one drop at a time."
  • MongoDB - "Build faster, build smarter."

Development

Contribution welcome.

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

To-Do

  • Add local Veterinary clinic information
  • Add Okta integration for authentication
  • Add animal-friendly charities to 'Resources'
  • Add S3 integration for Heroku deployment
  • Add Google login for authentication
  • Add location input/collection for resources (Shelters/Adoptable pets)

License

MIT