/MyAnime

Learning Python and Flask

Primary LanguageHTML

MyAnime

Simple web app to store information about Anime. Built this to learn Flask.

Build instructions:

  • Clone repository, run in venv.
  • run py database_setup.py
  • run py init_tags.py
  • run py app.py
  • go to localhost:8080

Current Working Features:

  • Add new anime, along with image
  • Query by Tags (genres)

Features WIP:

  • User authentication (customize what anime to follow, ratings, comments)