GitXplorerGitXplorer
s

cats

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
07f298ca85ccd7056f98e19021d33295d2f8d2c0

update

ssavannahostrowski committed a year ago
Unverified
c7eb8d785b24ad680a154cdb57e86c47c030f4dc

Updates and it all works!"

ssavannahostrowski committed 2 years ago
Unverified
e06b551e09cd53181f86216965840e330018aa4f

update form

ssavannahostrowski committed 2 years ago
Unverified
bbe5e30602244814595ba6c521a7bf6b88b5a2fa

fix alembic;

ssavannahostrowski committed 2 years ago
Unverified
be30a0dfe5f480e537b81b289db29ecd82687dbf

frontend is not broken

ssavannahostrowski committed 2 years ago
Unverified
97f48e4732380aeef047c6e8bd9c43068108cd19

rename mantine dir to frontend

ssavannahostrowski committed 2 years ago

README

The README file for this repository.

Cats

A proof-of-concept web app that allows you to rate pictures of cats. You can even submit your own cat to the database for others to rate their cuteness.

All cats have a perfect score of 10!

TODOs

  • [ ] Wire up submission form

  • [ ] make an azd template on aca (frontend, backend, database- postgres)

    • [ ] can i use a predeploy hook for azd?
  • [ ] mark as template repo

  • [ ] submit to awesome azd

  • [ ] stretch features

    • [ ] image recognition with pytorch for validation that the image is a cat?
    • [ ] add spinner on rating cat with delay
    • [ ] make it so that you can't rate cats more than once (use local storage?)
    • [ ] make the all cats page sorted from highest to lowest (make it a scoreboard)
    • [ ] drag and drop images with preview
    • [ ] upload to azure blob storage?